Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#22831 closed defect (bug) (invalid)

Image Title is Missing in RC5

Reported by: miqrogroove's profile miqrogroove Owned by:
Milestone: Priority: normal
Severity: major Version: 3.5
Component: Media Keywords:
Focuses: Cc:

Description

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.
  2. Fill in the Title, Caption, and Alt Text fields.
  3. 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.

Change History (2)

#1 @helenyhou
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Purposeful for accessibility. #18984

#2 @miqrogroove
11 years ago

Removing tooltips makes websites more accessible now? o.O

Note: See TracTickets for help on using tickets.