Closed
Bug 12389
Opened 25 years ago
Closed 25 years ago
Apprunner doesn't load this page (just one frame)
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: cpratt, Assigned: harishd)
References
()
Details
Build ID: 1999082016 (M9), 1999082316 (M10)
Platform: M9 on Win32, M10 on Linux (Mac not yet tested)
To reproduce: Load the above URL.
Result: Only the bottom frame (with buttons for News, Fun&Action, etc.) loads.
The rest of the window remains blank. This is a regression; this was working
until recently.
Expected result: it loads.
Updated•25 years ago
|
Assignee: karnaze → pollmann
Comment 1•25 years ago
|
||
Reassigning to Eric.
Updated•25 years ago
|
Assignee: pollmann → harishd
Component: HTMLFrames → Parser
OS: Windows NT → All
Hardware: PC → All
Comment 2•25 years ago
|
||
More fun content model problems -> frameset problems.
This page looks like:
<HTML>
<HEAD></HEAD>
<SCRIPT></SCRIPT>
<FRAMESET>
blah
</FRAMESET>
</HTML>
And upon dumping the content model in Viewer I noticed that instead of opening
up a frameset, a body gets opened. Can you take a look Harish? Thanks!
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The code that I added, to parse "quotes" and "apostrophes" between SCRIPT tags,
was the actual culprit :( Rectified the problem. All the frames should load
fine.
Marking bug fixed.
Updated•25 years ago
|
QA Contact: beppe → cpratt
Comment 4•25 years ago
|
||
Christopher -- can you please verify this one
You need to log in
before you can comment on or make changes to this bug.
Description
•