Closed
Bug 1042489
Opened 10 years ago
Closed 10 years ago
Crash [@ nsBlockReflowContext::ComputeCollapsedBStartMargin] with -moz-column, box-decoration-break: clone
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, crash, testcase)
Attachments
(4 files)
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
We expect that a nsColumnSetFrame always has an inner frame
to hold the frames of the content children; and we do, it's
just that it still sits on the overflow list of the prev-in-flow
from the time the continuation is created until it's reflowed.
Assignee: nobody → mats
Assignee | ||
Comment 3•10 years ago
|
||
Call DrainOverflowColumns() to pick up any overflow frames from our
prev-in-flow. And do a null-check even after that b/c I suspect that
in rare cases involving overflow containers a ColumnSetFrame might
not have a child frame.
https://tbpl.mozilla.org/?tree=Try&rev=4e79913be6d4
Attachment #8478199 -
Flags: review?(roc)
Assignee | ||
Updated•10 years ago
|
Attachment #8478199 -
Flags: review?(roc) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Flags: qe-verify+
Comment 6•10 years ago
|
||
Setting as qe-verify- since this has a test (layout/generic/crashtests/1042489.html).
Flags: qe-verify-
Flags: qe-verify+
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•