[wp-trac] [WordPress Trac] #22541: Media icon doesn't work in distraction free writing mode
WordPress Trac
noreply at wordpress.org
Thu Nov 22 20:32:11 UTC 2012
#22541: Media icon doesn't work in distraction free writing mode
--------------------------+--------------------
Reporter: ericmann | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.5
Component: Media | Version: trunk
Severity: blocker | Resolution:
Keywords: needs-patch |
--------------------------+--------------------
Comment (by azaozz):
We can make the button work easily:
{{{
api.medialib = function() {
$('#wp-' + s.editor_id + '-media-buttons a.insert-media').click();
}
}}}
However DFW's z-index trumps the new media modal z-index. So, increase the
media modal or decrease the DFW?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22541#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list