Closed
Bug 1563
Opened 26 years ago
Closed 26 years ago
[PP]frameset related reflow issue
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M6
People
(Reporter: karnaze, Assigned: michaelp)
References
Details
The following html does not render properly in its largest <frame>. There is a
bunch of garbage in it. This garbage will sometimes go away when another window
is dragged over it. Michael says that it is probably a layout problem.
This is related to bug 1478 but has no duplicated bustage.
<BASE HREF="http://developer.netscape.com/openstudio/tech/">
<HTML>
<HEAD>
<TITLE>Open Studio Technologies</TITLE>
</HEAD>
<FRAMESET ROWS="85,*" BORDER=1><FRAME NAME="banner"
SRC="/openstudio/banner.html" SCROLLING=no MARGINHEIGHT=1 MARGINWIDTH=1
BORDERCOLOR="#ffffff">
<FRAMESET COLS="146,*"><FRAME NAME="toc" SRC="toc_frame.html" SCROLLING=auto
MARGINHEIGHT=1 MARGINWIDTH=1 BORDERCOLOR="#ffffff">
<FRAME SRC="/software" NAME="content" SCROLLING=AUTO MARGINHEIGHT=5
MARGINWIDTH=10>
</FRAMESET>
</FRAMESET>
<FRAMESET ROWS="85,*" BORDER=1>
<FRAME
NAME="banner"
SRC="/openstudio/banner.html"
MARGINWIDTH=1
MARGINHEIGHT=1
SCROLLING=no
BORDERCOLOR="#ffffff">
<FRAMESET COLS="146,*"><FRAME
NAME="toc"
SRC="toc_frame.html"
MARGINWIDTH=1
MARGINHEIGHT=1
SCROLLING=auto
BORDERCOLOR="#ffffff">
<FRAME
NAME="content"
SRC="tech.html"
MARGINWIDTH=10
MARGINHEIGHT=5
SCROLLING=auto>
</FRAMESET>
</FRAMESET>
Reporter | ||
Comment 1•26 years ago
|
||
bug 1551 has been marked as a duplicate of this. www.majorleaguebaseball.com was
the url in that bug and exhibits the same kind of behavior.
*** Bug 1567 has been marked as a duplicate of this bug. ***
Comment 6•26 years ago
|
||
URLs http://www.ea.com/ and http://www.gamesdomain.com/ have similar behavior.
Those bugs have been marked as duplicates of this one.
Comment 7•26 years ago
|
||
http://www.greatsports.com - same problem.
Reporter | ||
Comment 8•26 years ago
|
||
description from glynn's bug 1634, which sounds like a duplicate of this.
build 98112420 "Nov_24", winnt 4.0, win 95
layout problem:
compare:
A. http://www.playstation.com/games/categories/actionadvent/spyro/index2.html
B. http://www.playstation.com/games/categories/actionadvent/spyro/main.html
They are the same page, but the first one is displayed in a frame. the
problem lies in the right column of text. there are 4 anchored gifs in the
right-center of the page, "Travel", "TechNews", "Editorials", and "Advice"
-- in 4.x they layout above the descriptions, but in 5.0a, index2.html has
weird bitmap "noise" to the right edge of the page. I think the problem is
with frames because the same exact page (main.html), viewed directly instead
of from the frameset, looks fine.
Comment 10•26 years ago
|
||
Feb 2 Seamonkey build, Mac and Linux lay out the page no problem, using
playstation links here in the bug as test case.
compare:
A. http://www.playstation.com/games/categories/actionadvent/spyro/index2.html
B. http://www.playstation.com/games/categories/actionadvent/spyro/main.html
Win98 fails to do so. Nothing is rendered on the page. Adding PP to status
whiteboard since only win32 is failing.
Comment 11•26 years ago
|
||
Setting all current Open/Normal to M4.
Summary: frameset related reflow issue → [PP]frameset related reflow issue
Whiteboard: [PP]
Comment 12•26 years ago
|
||
Back to you mikey - it works on mac/linux but not win98.
Comment 13•26 years ago
|
||
claudius,re-assigning some of Greg's open bugs to you.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 14•26 years ago
|
||
with a current build, all seems to be well.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•26 years ago
|
||
well all's not well - but I don't see this bug anymore. Marking VERIFIED.
You need to log in
before you can comment on or make changes to this bug.
Description
•