[Bug 216699]

Mgilgar 216699 at bugs.launchpad.net
Mon Oct 31 09:45:23 UTC 2011


I had this problem in the following scenario:
-web page with lots of iframes and references to external resources.
-one of them injects some ad dynamically in the mootools's domeready event like this:

this.contentWindow.document.write('<html><head></head><body
style="margin:0;overflow:hidden;"><script type="text/javascript" src="'+
script +'"></script></body></html>');

-But it should like this and this is what solved the problem:

        			this.contentWindow.document.open();
        			this.contentWindow.document.write('<html><head></head><body style="margin:0;overflow:hidden;"><script type="text/javascript" src="'+ script +'"></script></body></html>');
        			this.contentWindow.document.close();

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Firefox.
https://bugs.launchpad.net/bugs/216699

Title:
  Browser hangs intermittently waiting for resources to download

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/216699/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list