Open
Bug 1121201
Opened 10 years ago
Updated 2 years ago
figure out why nsIFrame::GetGenConPseudos is called on non-first-continuation/ib-sibling frames
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
Details
As part of bug 1110277 patch 3:
https://hg.mozilla.org/mozilla-central/rev/1bbebe9fec17
I landed an assertion that nsIFrame::GetGenConPseudos is only called on the first continuation / ib-sibling. (It's only ever set there, so it should only be called on that.)
This assertion failed and I had to back it out:
https://hg.mozilla.org/mozilla-central/rev/98e34be1fb44
but the corresponding assertion that we only set the property on the first continuation/ib-sibling was fine.
We should figure out why callers are calling this on non-first-continuations and fix them.
Mats, any chance you could look into this?
Flags: needinfo?(mats)
Comment 2•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: MatsPalmgren_bugz → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•