Make WordPress Core

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's profile 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

#2 @johnbillion
10 years ago

  • Keywords needs-patch added
  • Version changed from trunk to 3.4

#3 @SergeyBiryukov
10 years ago

  • Summary changed from Wordpress Media View – Library autoSelect option fail to display new uploaded item in media grid to WordPress Media View – Library autoSelect option fails to display new uploaded item in media grid

#4 @valendesigns
10 years ago

  • Keywords reporter-feedback added

@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

#5 @afercia
9 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

No reporter feedback in 13 months, closing out. Please do feel free to reopen if still relevant.

Note: See TracTickets for help on using tickets.