[wp-trac] [WordPress Trac] #22974: Media manager inaccessible when dragging several images on Safari
WordPress Trac
noreply at wordpress.org
Mon Dec 17 13:54:07 UTC 2012
#22974: Media manager inaccessible when dragging several images on Safari
------------------------------+--------------------------
Reporter: mario-siteground | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Media
Version: trunk | Severity: normal
Keywords: |
------------------------------+--------------------------
Browser: Version 6.0.2 (8536.26.17)
Target: The new media manager
Bug Description: After drag and dropping multiple images on the manager
for upload, the manager becomes inaccessible.
Reason: In some cases the uploader-window fails to change display:block to
display:none which makes everything on that page unclickable:
<div class="uploader-window" style="display: block; opacity: 0; ">
<div class="uploader-window-content"> <h3>Drop files to upload</h3> </div>
</div>
Since this is an external jQuery plugin used in Core and related to html5
structure, attached is the fix in the minified versions, as well as a
standalone dev new version and the related code itself.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22974>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list