Closed
Bug 1898
Opened 26 years ago
Closed 23 years ago
frame doesn't render
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
VERIFIED
INVALID
M4
People
(Reporter: bugzilla2, Assigned: karnaze)
Details
the frame on the right will not render at all
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•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
Crash on all platforms trying to go to the mentioned URL. Filing crash bug;
leaving this to track rendering issue when page can be accessed.
Suspect bad html from research into related bug http://bugzilla.mozilla.org/
show_bug.cgi?id=3522; will still confirm once this bug is fixed first.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Assignee | ||
Comment 6•26 years ago
|
||
Nav4.5 and IE5 seem to render this page incorrectly. In the following snippet,
the <frameset rows=*> is being ignored by Nav4.5 and IE5. Gecko doesn't ignore
the <frameset rows=*>, and hence the right side of the viewport is blank.
<frameset cols=141,*>
<frameset rows=*>
<frame name="left" src="/left.html">
<frame name="main" src="/main.html">
</frameset>
</frameset>
However, in the following more complicated example, Nav4.5 and IE5 don't render
it the same way and even Nav4.5 does not a poor job of it.
<frameset rows=*,*,*>
<frameset cols=*,*>
<frameset rows=*>
<frame src=test1.html>
</frameset>
<frame src=test2.html>
</frameset>
<frame src=test3.html>
<frame src=test4.html>
</frameset>
</frameset>
It would be a lot easier if the page were just changed to be consistent with the
spec.
I sent mondial support an email asking them to please change the page.
Updated•26 years ago
|
QA Contact: 4110 → 3849
Comment 9•23 years ago
|
||
Buh-bye.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 23 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•