Open Bug 2015007 Opened 2 months ago Updated 2 months ago

View transitions don't deal with reframes of the captured element

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

People

(Reporter: emilio, Unassigned)

References

(Blocks 1 open bug)

Details

See bug 2014986 for an example where it caused issues. Switching display type mid-view-transition would also stop the live capture.

That happens because we store the captured state on the frame, not the element. Which is very convenient for painting and such, but the fact that it doesn't survive a reframe can be problematic.

See Also: → 2014986
You need to log in before you can comment on or make changes to this bug.