Closed Bug 3011 Opened 26 years ago Closed 26 years ago

Page not displaying

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 1839

People

(Reporter: michael.j.lowe, Assigned: vidur)

References

()

Details

Cited URL is not displaying properly. Suspected parser bug.
Assignee: rickg → karnaze
This actually looks like a frameset bug. Can you look into it?
Assignee: karnaze → rickg
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>.
Assignee: rickg → vidur
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.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
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 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.