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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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
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
Assignee: karnaze → kipp
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.
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This has been fixed (probably long ago). www.hometown.aol.com has other problems now but there is a bug somewhere on them.
Status: RESOLVED → VERIFIED
Yes this appears fixed in March 18 builds. Marking verified.
Product: Core → Core Graveyard
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.