[wp-trac] [WordPress Trac] #22831: Image Title is Missing in RC5
WordPress Trac
noreply at wordpress.org
Sun Dec 9 03:58:43 UTC 2012
#22831: Image Title is Missing in RC5
-----------------------------+--------------------------
Reporter: miqrogroove | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Media
Version: trunk | Severity: major
Keywords: |
-----------------------------+--------------------------
In previous version 3.4.2, the title attribute always would get included
if I inserted an image into a post.
This seems to have changed in 3.5-RC5.
This is what I did:
1. Upload a new image.
1. Fill in the Title, Caption, and Alt Text fields.
1. Insert into post.
The resulting IMG element had only the following attributes set:
* class
* alt
* src
* height
* width
When I perform the exact same steps in 3.4.2 I get:
* class
* title
* src
* alt
* width
* height
So far, I haven't found any combination of inputs or page reloads that
will cause the title attribute to show up, so this bug should be easy to
reproduce.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22831>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list