Closed
Bug 1133935
Opened 11 years ago
Closed 10 years ago
"ASSERTION: FinishReflowChild with unconstrained container width!"
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
###!!! ASSERTION: FinishReflowChild with unconstrained container width!: 'aContainerWidth != NS_UNCONSTRAINEDSIZE', file layout/generic/nsContainerFrame.cpp, line 961
This assertion is part of code added in https://hg.mozilla.org/mozilla-central/rev/c16d59bb79d1
| Reporter | ||
Comment 1•10 years ago
|
||
Now it also triggers:
###!!! ASSERTION: ReflowChild with unconstrained container width!: 'aContainerWidth != NS_UNCONSTRAINEDSIZE', file layout/generic/nsContainerFrame.cpp
| Reporter | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
(In reply to Jesse Ruderman from comment #1)
> Now it also triggers:
>
> ###!!! ASSERTION: ReflowChild with unconstrained container width!:
> 'aContainerWidth != NS_UNCONSTRAINEDSIZE', file
> layout/generic/nsContainerFrame.cpp
That's not really a change in behavior; it's just because we fixed the wording of the assertion in ReflowChild, which used to incorrectly refer to FinishReflowChild. (We're asserting in both methods, but previously they shared identical wording.)
| Reporter | ||
Comment 4•10 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•