#22593 closed defect (bug) (fixed)
Gallery view: Fields are not saved when another image is selected
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch needs-testing commit |
Focuses: | Cc: |
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.
Patch ensures that any changed properties are saved before an
Attachment
view is destroyed. Patch also finishes the conversion of theAttachments
view to usemedia.Views
and always runsmedia.View.prepare
.