Open
Bug 368553
Opened 18 years ago
Updated 2 years ago
ul with floating div is wider than it used to be
Categories
(Core :: Layout: Floats, defect, P3)
Tracking
()
NEW
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: regression, testcase, Whiteboard: [float pref width])
Attachments
(1 file)
514 bytes,
text/html
|
Details |
The url mentioned looks different now, the right column is pushed down.
I think this is happening because of the difference that is shown with the testcase between current trunk builds and branch builds (or older trunk builds).
This regressed between 2006-12-07 and 2006-12-08, so a regression from bug 300030.
Updated•17 years ago
|
Flags: blocking1.9?
How does this work in Safari and Opera?
Reporter | ||
Comment 2•17 years ago
|
||
In Opera both boxes are just as wide, in Safari, the text of the second box is put right after the red box, which is why the second box gets wider in Safari.
Flags: blocking1.9? → blocking1.9+
Priority: -- → P3
Reporter | ||
Comment 3•17 years ago
|
||
The site in question is now working for me. I think something was changed on the site itself, since it's also working in a 2007-10-01 build.
Assignee: nobody → dbaron
Priority: P3 → P2
Basically what's going on here is that we're calculating intrinsic widths as though bug 50630 were fixed. I'm not sure how much energy it's worth putting in to fixing this, given that the calculation of intrinsic widths around floats is just an approximation anyway.
Reporter | ||
Comment 5•17 years ago
|
||
Fwiw, the site in question is now failing again.
Comment 6•17 years ago
|
||
I think bug 414251 is a duplicate of this bug. Martijn ?
Flags: blocking1.9-
Updated•17 years ago
|
Flags: tracking1.9+
Whiteboard: [float pref width]
Comment 9•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Assignee: dbaron → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•