Closed Bug 441683 Opened 16 years ago Closed 14 years ago

ASSERTION: shouldn't use unconstrained widths anymore: 'mRootSpan->mRightEdge != NS_UNCONSTRAINEDSIZE && aNewAvailSpace.width != NS_UNCONSTRAINEDSIZE'

Categories

(Core :: Layout, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

Attached file testcase
Loading the testcase triggers:

###!!! ASSERTION: shouldn't use unconstrained widths anymore: 'mRootSpan->mRightEdge != NS_UNCONSTRAINEDSIZE && aNewAvailSpace.width != NS_UNCONSTRAINEDSIZE', file layout/generic/nsLineLayout.cpp, line 319

This assertion was changed in bug 50630:

-  NS_ASSERTION(psd->mRightEdge != NS_UNCONSTRAINEDSIZE &&
-               aWidth != NS_UNCONSTRAINEDSIZE,
+  NS_ASSERTION(mRootSpan->mRightEdge != NS_UNCONSTRAINEDSIZE &&
+               aNewAvailSpace.width != NS_UNCONSTRAINEDSIZE,
                "shouldn't use unconstrained widths anymore");
WFM. Triggers lots of assertions, but not the one named in the summary.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: