Closed
Bug 48100
Opened 25 years ago
Closed 25 years ago
FRAMESET not rendering all frames specified
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
People
(Reporter: chrispetersen, Assigned: pollmann)
References
()
Details
Build: 2000080712
Platform: All
Expected Results: All Frames specified in the nested FRAMESET should rendered.
What I got: Only one of the five frames specified is rendered.
Steps to reproduce:
1) Go to http://www.macshowlive.com/framesetn.html
2) The only far left frame is rendered in window.
3) Open this url in Nav 4.7 or IE 5. All of the frames are rendered in window.
| Assignee | ||
Comment 1•25 years ago
|
||
This is due to badly nested frames in the frameset - if you look at the source
of the page, you will see that the first column is missing a </frameset>, which
causes all of the following frames to be sucked into that column.
This behaviour is already reported as bug 43464, marking dup.
*** This bug has been marked as a duplicate of 43464 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•