[Bug 5850] JS global object

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5850





--- Comment #24 from Adam Barth <w3c@adambarth.com>  2008-07-27 09:22:37 ---
As we discussed on IRC, I think you're right that there is a lack of interop
here.  The IE behavior of refusing to run script from non-active documents is
the most predictable and might be the semantics to adopt.  This has the added
benefit of garbage collecting memory that might otherwise be kept around.

We also discussed the issue of synchronously navigating a frame when that frame
already has script on the stack.  When control returns to that script, the
script will be running in a non-active document.  I'm not wholly convinced you
can eliminate all synchronous navigation of this sort, but it might be worth a
try.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 27 July 2008 09:23:12 UTC