Opened 13 years ago
Closed 13 years ago
#12326 closed defect (bug) (invalid)
Media uploader breaks thickbox
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
When trying to use the media uploader on a custom options page, the uploader works fine, but thickbox links on the page break.
If you try one of the thickbox links on the same page they will open a modal the same size as the media uploader. No image is displayed, with the exception of the first time you click on a thickbox link (so long as it is before you use the media uploader). Then the image is displayed, but the modal is still the size of the media uploader. No images will display after that first one.
This has been happening since 2.9 and is still ocurring in 2.9.2 (also on MU).
Thickbox links work fine before enqueueing the media-upload script. Once wp_enqueue_script( 'media-upload' );
is called, thickbox links break.
This is on a clean install, no new plugins installed, no other plugins activated. Default theme.
What's the URL on the link that opens the thickbox ?