Problem:
Certain Flash ads served by Google's Doubleclick introduce major memory leaks in IE, especially IE6, causing setTimeout and setInterval Javascript function to freeze and the browser window to hang.
The problematic Flash ads include two Javascripts files:
MotifExternalScript_xx_xx.js
globalTemplate_xx_xx.js
The bug seems to be in globalTemplate_xx_xx.js. We suspect that a setTimeout function is calling a closure in which DOM manipulation is occuring; a condition that makes memory leak in IE.
Solution:
Remove the ads from your page.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment