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)
Core
CSS Parsing and Computation
Tracking
()
NEW
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.
| Reporter | ||
Updated•2 months ago
|
Blocks: css-view-transitions-1
You need to log in
before you can comment on or make changes to this bug.
Description
•