#1230 closed defect (duplicate)
Menu2 PopupManager.registerAllWindows causes memory leaks
Reported by: | ornus | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | menu2 | Cc: | |
Blocked By: | Blocking: |
Description
In some cases Menu2 PopupManager?.registerAllWindows can cause memory leak on IE. I'm not sure what order frames are unloaded, but it seems that relying on Dojo IE clubbering is not enough. IFrame might not get disposed correctly because of references from the parent window.
I'll see if I can create a simple test case to demonstrate this problem. I suspect http://novemberborn.net/javascript/edgvl is the problem, but not necessarily.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I filed a separate #1232 issue for the getDocumentWindow
. Hopefully it will resolve memory leaks with the PopupManager?
comment:3 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
close this one in favor of #1232
Note: See
TracTickets for help on using
tickets.
I tracked the problem to the
dojo.html.getDocumentWindow
method. It seems that eval function causes the leak.