Closed
Bug 85874
Opened 23 years ago
Closed 23 years ago
Float widths not measured quite right (right padding dropped?) [FLOAT]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.3
People
(Reporter: ian, Assigned: dbaron)
References
(Blocks 1 open bug, )
Details
(Keywords: css1, testcase, Whiteboard: [Hixie-P4])
STEPS TO REPRODUCE
1. http://www.hixie.ch/tests/adhoc/css/box/float/009.xml
2. Resize your window so that the floats are two-to-a-line.
3. Shrink your window SLOWLY so that ONE of the floats wraps down.
EXPECTED RESULTS
Step 3 should not be possible.
If you look carefully you will notice that the second and subsequent floats are
sometimes given slightly incorrect widths -- looks like the right padding is
ignored. I can (easily) get it in a state where the identically-styled floats
have subtly different widths, and thus different floats wrap differently.
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
My patch on bug 85876 seems to fix this, although I'm not sure why.
Assignee: waterson → dbaron
Assignee | ||
Comment 2•23 years ago
|
||
Fix checked in 2001-07-18 19:33 PDT (see bug 85876 for more details). I did
make some changes that I think would explain this.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.3
You need to log in
before you can comment on or make changes to this bug.
Description
•