Opened 10 years ago
Closed 9 years ago
#30413 closed defect (bug) (invalid)
WordPress Media View – Library autoSelect option fails to display new uploaded item in media grid
Reported by: | NullLogic | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Media | Keywords: | reporter-feedback |
Focuses: | javascript | Cc: |
Description
var file_frame = media.frames.file_frame = media({ title: jQuery(this).data('frame-title'), button: { text: jQuery(this).data('uploader_button_text') }, library: { //type: 'image/png', autoSelect : false // <-- if set to false no new item displayed after new image upload }, page: 'simplefavicon', multiple: false });}}}
Change History (5)
This ticket was mentioned in Slack in #core by vladimirlukyanov. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
@NullLogic where is that code example coming from? It isn't in the Core. Please expand on how to go about reproducing this issue.
Cheers,
Derek