Closed
Bug 481035
Opened 17 years ago
Closed 10 years ago
crashtest 421671.html triggers lots of asserts due to columns returning big min-width
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
Details
(Whiteboard: [notacrash])
Attachments
(1 file)
|
2.75 KB,
patch
|
Details | Diff | Splinter Review |
In particular, they return a min-width > unconstrained...
The issue is that there's a large column count here.
I'll attach a sorta-patch that doesn't help but points to a way to maybe try addressing this.
| Reporter | ||
Comment 1•17 years ago
|
||
Why not just cap the min and pref widths at some value, say 1,000,000px? The only principled way out of this problem is floating-point coordinates anyway.
Updated•16 years ago
|
Whiteboard: [notacrash]
Comment 3•10 years ago
|
||
Testcase no longer asserts on trunk.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Comment 5•10 years ago
|
||
| bugherder | ||
Comment 6•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
Comment 7•10 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•