Closed
Bug 424225
Opened 17 years ago
Closed 8 years ago
"ASSERTION: Bogus availSize.width; should be bigger" with <fieldset style="display: table-column-group;">
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Loading the testcase triggers:
###!!! ASSERTION: Bogus availSize.width; should be bigger: '!mLegendFrame || nsLayoutUtils::IntrinsicForContainer(aReflowState.rendContext, mLegendFrame, nsLayoutUtils::MIN_WIDTH) <= availSize.width', file /Users/jruderman/trunk/mozilla/layout/forms/nsFieldSetFrame.cpp, line 437
This assertion was changed to its current form by bz when he landed the patch for bug 404123. (I don't see the change in the patch attached to the bug, though.)
Reporter | ||
Comment 1•15 years ago
|
||
Still happens on trunk.
Reporter | ||
Comment 2•12 years ago
|
||
Still happens on trunk.
Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•9 years ago
|
||
First testcase no longer reproduces on trunk, but the second one does.
Comment 5•8 years ago
|
||
Fixed in bug 504622 where I removed the assertion altogether.
You need to log in
before you can comment on or make changes to this bug.
Description
•