Open Bug 536419 Opened 15 years ago Updated 2 years ago

Missing :before and :after detection during style reresolution is too eager in {ib} splits

Categories

(Core :: CSS Parsing and Computation, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: bzbarsky, Unassigned)

References

(Blocks 1 open bug)

Details

We need to be a little more careful with it.  See bug 536172.
Blocks: 536172
I'm not quite sure what the best approach here is.  We could just avoid looking
for the :before/:after frame for the "wrong" parts of the ib split, but the
"right" part is sometimes a block part, and in that case newContext is the
wrong parent context for the pseudo-probing.
Assignee: bzbarsky → nobody
Other than bullet (2) in bug 536172 comment 8, this is a performance bug and not a correctness bug, right?
Well, it leads to us reframing in more cases that we need to.  It's only a correctness bug insofar as reframing loses state (plug-ins, caret stuff, selection all come to mind offhand).
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.