Closed
Bug 426040
Opened 17 years ago
Closed 15 years ago
"ASSERTION: Should have dealt with kids that have NS_FRAME_IS_SPECIAL elsewhere" with -moz-column, float
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
454 bytes,
text/html
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: Should have dealt with kids that have NS_FRAME_IS_SPECIAL elsewhere: 'aChildPseudo != nsCSSAnonBoxes::mozAnonymousBlock && aChildPseudo != nsCSSAnonBoxes::mozAnonymousPositionedBlock', file /Users/jruderman/trunk/mozilla/layout/generic/nsFrame.cpp, line 5477
bz fixed an instance of this assertion in bug 377824, but the testcases are totally different.
Comment 1•16 years ago
|
||
So the problem is that GetIBSpecialSibling on the mozAnonymousBlock frame is null. That's bad. Shouldn't happen, at all.
Comment 2•16 years ago
|
||
So how come all these frames are still in the tree? When we remove the firstChild of the columnated div, they should all go away.
Comment 3•16 years ago
|
||
Patch in bug 413048 fixes this. Once it lands, we should check in this crashtest.
Depends on: 413048
Flags: in-testsuite?
Reporter | ||
Comment 4•15 years ago
|
||
Crashtest coming soon.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•15 years ago
|
||
Crashtest added:
http://hg.mozilla.org/mozilla-central/rev/aad5b1c64ed4
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•