Closed
Bug 199907
Opened 22 years ago
Closed 22 years ago
Sizing of horizontally-tiled frames is wrong - upper frame too small. (Quirks mode)
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: superbiskit, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030329
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030329
For a full description of the background of this bug, please see:
http://bugzilla.mozilla.org/show_bug.cgi?id=199906 in the Calendar section.
The cited page contains two frames, one above the other. When displayed, the
upper frame is about 1-inch in size while the lower is about 4-inches. This is
despite the fact that there are only about 1-1/4 inches of text in the LOWER
frame with no scrolling.
This was not noticed using 2003-03-25-08-trunk.
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
Source of document shows the bottom frame is defined as 2x the theight of the top:
<frameset rows="*,2*">
<frame name="upper" src="faq_frtoc.html">
<frame name="lower" src="lower.html">
</frameset>
Which is what I'm seeing on the following OS X browsers:
Moz 1.3
Moz 3/29
Camino 3/27
Safari
IE 5.2.2
This looks INVALID to me.
reporter, can you please attach scrren shots of what you think is "right" and
"wrong"
Comment 2•22 years ago
|
||
http://cygwin.com has changed and does not show the problem any longer.
Using the testcase from comment 1 I get correct results:
1/3 of the height to the upper frame and 2/3 to the lower.
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
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
•