Closed
Bug 2867
Opened 26 years ago
Closed 26 years ago
percentage widths done wrong (regression)
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: troy)
References
()
Details
percentage widths now look like they are being calculated in terms of the
parent's something-other-than-content width. The floats in the above URL
became too big between the builds of 99-02-01 and 99-02-03.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed. I had added some speculative code hoping it would fix a related problem
(which it didn't), and caused this problem. The problem was that the containing
block width didn't account for the width of the vertical scrollbar and so the
floated elements were too wide
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•