[Webkit-unassigned] [Bug 57906] Reload after document.write in new window loads wrong page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 12:10:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57906





--- Comment #3 from Charles Reis <creis at chromium.org>  2011-04-06 12:10:10 PST ---
I've tracked it down to Document::write, which calls Document::open using the ownerDocument it got from V8HTMLDocument::writeCallback.  In this case, ownerDocument is the opener document, rather than the new window's document.

All of that code seems pretty intentional, though.  Is this intended behavior?  I found it pretty surprising to have the opener's page show up in the new window...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list