Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#22831 closed defect (bug) (invalid)

Image Title is Missing in RC5

Reported by: miqrogroove Owned by:
Priority: normal Milestone:
Component: Media Version: 3.5
Severity: major Keywords:
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)

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

Purposeful for accessibility. #18984

Removing tooltips makes websites more accessible now? o.O

Note: See TracTickets for help on using tickets.