Opened 12 years ago
Closed 11 years ago
#23883 closed defect (bug) (invalid)
Add Media 'Title' box does not update html title attribute
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5.1 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
This bug is reproduced when going to the edit page / post screen, and clicking the "Add Media" button. If a Title is saved for the image, it will not create a title html attribute when navigating to the site.
However, if the 'Edit Image' dialog is opened for the image that was just inserted into the post / page, the Title can be saved from this screen and it will add the title attribute in the html.
Change History (4)
#2
@
12 years ago
- Keywords close added; 3.7-early removed
This bug is reproduced when going to the edit page / post screen, and clicking the "Add Media" button. If a Title is saved for the image, it will not create a title html attribute when navigating to the site.
This was an intentional change in [22409] and [22747] (for #18984).
However, if the 'Edit Image' dialog is opened for the image that was just inserted into the post / page, the Title can be saved from this screen and it will add the title attribute in the html.
This was specifically mentioned in ticket:18984:40.
We compromised in 3.5 by adding the edit link in Add Media modal with the understanding that at a later time we might be able to refresh the attachment data in the modal to snag changes.
But it didn't happen in this cycle. Sounds like a candidate for 3.7-early.