Closed
Bug 2052
Opened 26 years ago
Closed 26 years ago
a height is a height, not a min-height
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
You have started treating height of floats as minimum possible height.
Therefore, you are incorrectly resizing the DD in the above URL based on the
bottom margin of the BLOCKQUOTE. Note that you can get the correct rendering
by changing the BLOCKQUOTE margin: 1em 1em 1em 2em to margin: 1em 1em 0em 2em,
which shrinks the DD back to the size it should be in both cases.
Comment 2•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
I just checked in a fix for this - it turns out that the area frame code was
trying to be too clever; I've fixed it so that it checks for a mandatory height
and when present doesn't do its auto-sizing work.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed. Tested in Apprunner with Mac (March 9th Build) and Windows NT, Win 95
(March 8th Build).
You need to log in
before you can comment on or make changes to this bug.
Description
•