Closed GoogleCodeExporter closed 8 years ago
Is it a real issue?
goog.dom.getElement is defined once, and is never supposed to be removed from
the global namespace (window).
Circular dependency != memory leak.
Original comment by pall...@google.com
on 3 Jun 2011 at 3:05
I don't understand a detailed condition.
Though if the exported function has the reference to window (or goog.global),
it seems to make a circular reference.
Original comment by uchida...@gmail.com
on 6 Jun 2011 at 2:59
Such circular references are broken by IE7 when the user navigates away from
the page.
Since IE6 is officially marked obsolete by Microsoft, Closure developers only
fix serious issues on that browser.
Original comment by pall...@google.com
on 6 Jun 2011 at 9:37
Not fixing issues for IE6.
Original comment by nn...@google.com
on 9 May 2012 at 10:19
Original issue reported on code.google.com by
uchida...@gmail.com
on 2 Jun 2011 at 3:41Attachments: