Closed
Bug 1342
Opened 26 years ago
Closed 26 years ago
white space at the bottom of a <frame>
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: karnaze, Assigned: buster)
References
()
Details
There is white space at the bottom of the top frame. The following example is
even simpler.
<html>
<frameset rows="64,*">
<frame src=foo.html scrolling=no>
<frmae src=foo.html>
</frameset>
</html>
---foo.html---
<html>
<body style="overflow: hidden;" bgcolor="orange">
hello
<BR>
repeat these 2 lines several times
Reporter | ||
Comment 1•26 years ago
|
||
Here is a better example that doesn't uses the scrolling attribute and
exaggrates the problem.
<html>
<frameset rows="*,*">
<frame src=foo.html>
<frame src=bar.html>
</frameset>
</html>
---foo.html---
<html>
<body style="overflow: hidden;" bgcolor="orange">
hello
---bar.html---
<html>
<body bgcolor="yellow">
hello
Reporter | ||
Updated•26 years ago
|
Assignee: karnaze → kipp
Reporter | ||
Comment 2•26 years ago
|
||
Substitute "64,*" with "*,*" for more drastic effects.
Dumpping frames reveals that the body frame in the 1st sub doc (2nd web shell)
is much too short.
Comment 4•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
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•26 years ago
|
||
This has been fixed (probably long ago). www.hometown.aol.com has other problems
now but there is a bug somewhere on them.
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
•