#1232 closed defect (fixed)
dojo.html.getDocumentWindow can cause memory leaks
Reported by: | ornus | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | HTML | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.html.getDocumentWindow can cause memory leaks in complicated scenarios with iframes in IE. This is due to the document._parentWindow
variable.
I don't see any other solution but to clear the variable when reference to the window is retrieved.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | html_1.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Bryan Forbes to liucougar |
---|
checked tests/widget/test_Menu2_Position.html with drip 0.5
it does not seem to me that there is any memory leaks
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Simple patch that stops the leak.