Closed Bug 534368 Opened 15 years ago Closed 14 years ago

"ASSERTION: continuations should have the same style context" with -moz-column, abs pos

Categories

(Core :: Layout, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

827 bytes, application/xhtml+xml
Details
Attached file testcase
This terrible testcase, which has visible <style> elements, triggers:

###!!! ASSERTION: continuations should have the same style context: 'oldContext == nextContinuationContext || oldContext->GetPseudo() != nextContinuationContext->GetPseudo() || oldContext->GetParent() != nextContinuationContext->GetParent()', file /Users/jruderman/mozilla-central/layout/base/nsFrameManager.cpp, line 1303
Oops, I forgot to mention that it only triggers the assertion half of the time.
The two contexts in question are the style contexts for the <style style="position: absolute; display: block;">, which are two block frames (continuations of each other), both children of block frames for the :-moz-column-content of the HTML element (i.e., columns).  aFrame is on the absolute list of the first column; its next continuation is on the overflow containers list of the second column.
WFM
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: