#22593 closed defect (bug) (fixed)
Gallery view: Fields are not saved when another image is selected
| Reported by: | ocean90 | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch needs-testing commit |
| Cc: | Focuses: |
Description
http://wordpress.org/support/topic/media-frame-gallery-doesnt-just-save-the-fields?replies=1
- Open the media modal
- Select two images
- Create a gallery
- Select the first image
- Change the alt text
- Select the second image (leave the text field be focused)
- Select the first image => alt text is unchanged
Seems to be only in the gallery view.
Attachments (3)
Change History (10)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch ensures that any changed properties are saved before an
Attachmentview is destroyed. Patch also finishes the conversion of theAttachmentsview to usemedia.Viewsand always runsmedia.View.prepare.