Closed
Bug 301417
Opened 19 years ago
Closed 19 years ago
FLOATed div is resized when the text size is reduced to very small.
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 301373
People
(Reporter: ws.bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 When the text size is reduced by a lot, the floated div's on the left and right suddenly grow in size. When the text size is increased by a lot, the left floated div also grows by about a pixel. Reproducible: Always Steps to Reproduce: 1. Load the URL http://www.starkov.name/t/layout1 2. Increase or decrease font size by A LOT! Actual Results: The left and right div become higher. Expected Results: The left and right div should stay as they are. If you specify the height of the divs, the problem is different. I'm not sure if it's the same bug or not, but here's a demo: http://www.starkov.name/t/layout1/index1.htm If you decrease text size by a lot, the LEFT float works, but the image in the RIGHT float jumps down (even though the float itself stays where it should).
*** This bug has been marked as a duplicate of 301373 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•