Opened 23 months ago
Closed 23 months ago
#17942 closed defect (bug) (fixed)
DFW in multisite needs to check media_buttons
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.2 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Originally reported here: http://wordpress.org/support/topic/unable-to-upload-media-in-fullscreen-mode?replies=9.
Attachments (2)
Change History (9)
comment:3
in reply to:
↑ 2
vebailovity — 23 months 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;
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), as suggested by @nacin.
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.