Closed
Bug 1248230
Opened 10 years ago
Closed 10 years ago
Assertion failure: two anon flex items in a row
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [fixed by bug 1233191])
Attachments
(2 files)
Assertion failure: !prevChildWasAnonFlexItem || HasAnyStateBits(NS_STATE_FLEX_CHILDREN_REORDERED) (two anon flex items in a row (shouldn't happen, unless our children have been reordered with the 'order' property)), at layout/generic/nsFlexContainerFrame.cpp:2024
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
This is same as bug 1233191 although the actual assertion text is slightly different.
The frame constructor code is shared between grid/flex.
I think we actually handle this correctly and that the assertion should be relaxed.
Depends on: 1233191
Comment 3•10 years ago
|
||
This should be fixed by bug 1233191. I included flexbox tests in the crashtest there.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1233191]
Comment 4•10 years ago
|
||
Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•