Opened 14 years ago
Closed 14 years ago
#17942 closed defect (bug) (fixed)
DFW in multisite needs to check media_buttons
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | high |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Originally reported here: http://wordpress.org/support/topic/unable-to-upload-media-in-fullscreen-mode?replies=9.
Attachments (2)
Change History (9)
#3
in reply to:
↑ 2
@
14 years ago
Replying to nacin:
Alternative would be to trigger #add_media, which seems to allow some things, but I don't really know what.
Maybe something along these lines in onclick handler:
(jQuery('#add_image').length ? jQuery('#add_image').click() : jQuery('#add_media').click());return false;
#4
@
14 years ago
Alternatively we can make the Insert Media button in DFW open the Add Media popup on ms if the Add Image button is disabled (the default).
Version 0, edited 14 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Alternative would be to trigger #add_media, which seems to allow some things, but I don't really know what.