Closed
Bug 649638
Opened 13 years ago
Closed 13 years ago
window.open opened windows do not show the DOM created content inside
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 637644
People
(Reporter: ikaraszi, Unassigned)
Details
Attachments
(1 file)
770 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27 Build Identifier: 20110318052756 The body is somehow not visible in the opened window and therefore the created content is invisible. Reproducible: Always Steps to Reproduce: 1. click the "open popup" link in the attached testcase 2. let the window open 3. check the h1 in the DOM tree Actual Results: The opened window is empty. Expected Results: The opened window should contain the created elements.
Reporter | ||
Comment 1•13 years ago
|
||
![]() |
||
Comment 2•13 years ago
|
||
I can not reproduce the problem any more. http://hg.mozilla.org/mozilla-central/rev/6bcaec19d09e Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110413 Firefox/6.0a1 ID:20110413030543 Fixed range pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=200a746e0fac&tochange=906db7ecd063 Fixed by: 906db7ecd063 Boris Zbarsky — Bug 637644. Start layout on the new document we just created in nsGlobalWindow::SetOpenerScriptPrincipal, since if we don't do it here no one ever will. r=jst
Reporter | ||
Comment 3•13 years ago
|
||
it's a possible duplicate of #637644
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•