Closed
Bug 394111
Opened 17 years ago
Closed 17 years ago
[FIX]Another way to trigger "ASSERTION: expected the float to be a child of the outer CB" with float, block-in-inline
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
272 bytes,
text/html
|
Details | |
3.83 KB,
patch
|
roc
:
review+
roc
:
superreview+
roc
:
approval1.9+
|
Details | Diff | Splinter Review |
Same pair of assertion as in bug 393671, different testcase.
###!!! ASSERTION: expected the float to be a child of the outer CB: 'outOfFlowFrame->GetParent() == aOuterState.mFloatedItems.containingBlock', file /Users/jruderman/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 1602
###!!! ASSERTION: float wasn't in the outer state float list: 'Not Reached', file /Users/jruderman/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 1607
Assignee | ||
Comment 1•17 years ago
|
||
So the issue is that we insert the new frames into the trailing inline before calling MoveChildrenTo. We never used to have a situation where MoveChildrenTo got a list of frames but wasn't supposed to move them all.. but that's exactly what we have now. So pass in the place to stop as well.
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #279049 -
Flags: superreview?(roc)
Attachment #279049 -
Flags: review?(roc)
Assignee | ||
Updated•17 years ago
|
OS: Mac OS X → All
Priority: -- → P1
Hardware: PC → All
Summary: Another way to trigger "ASSERTION: expected the float to be a child of the outer CB" with float, block-in-inline → [FIX]Another way to trigger "ASSERTION: expected the float to be a child of the outer CB" with float, block-in-inline
Target Milestone: --- → mozilla1.9 M8
Attachment #279049 -
Flags: superreview?(roc)
Attachment #279049 -
Flags: superreview+
Attachment #279049 -
Flags: review?(roc)
Attachment #279049 -
Flags: review+
Attachment #279049 -
Flags: approval1.9+
Assignee | ||
Comment 2•17 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•17 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•