Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jun 2010 at 17:33 UTC
Updated:
1 Dec 2011 at 20:00 UTC
I'm not sure why we don't reuse the same dialog object for each invocation of the media popup. It means that for N pieces of media inserted into the WYSIWYG we need N memory allocations and add N amounts of markup to the page.
http://skitch.com/jameselliott/dkmj6/firebug-qyennx-your-site-slogan-goe...
The popup should ideally be a single dialog with a single reference.
Comments
Comment #1
JacobSingh commentedThis is still an issue, right?
Comment #2
idflood commentedI think it has been fixed. At least, when I tried to open / close and sometimes upload an image, the popup is always removed from the DOM when the popup is closed.
Comment #3
dave reid