Closed
Bug 3011
Opened 26 years ago
Closed 26 years ago
Page not displaying
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
People
(Reporter: michael.j.lowe, Assigned: vidur)
References
()
Details
Cited URL is not displaying properly. Suspected parser bug.
Updated•26 years ago
|
Assignee: karnaze → rickg
Comment 2•26 years ago
|
||
This should be a frameset document (because it has a <frameset> before a
<body>), but the content model includes the body and all of its children. The
parser needs to ignore <body> tags when a <frameset> preceeds a <body>. It
should also ignore <frameset> when a <body> preceeds a <frameset>.
This is not actually a parser bug -- no weirdness is occuring in the document
from the parser's perspective.
Upon further analysis, it appears that the js at the top of the frame-page
causes much weirdness in the frame. What you'll see is that the bottom-frame
document appears empty.
Vidur, please take a look at the js, and try to deduce what might be actually
happening inside our frame document. Thanks.
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•26 years ago
|
||
This is happening because the page tries to reference a frame as a named
property of the top window and fails.
*** This bug has been marked as a duplicate of 1839 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•