View Transition elements are not visible during transition
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | disabled |
| firefox144 | --- | wontfix |
| firefox145 | --- | wontfix |
| firefox146 | --- | wontfix |
People
(Reporter: zubiden.ua, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, regressionwindow-wanted)
Steps to reproduce:
- Open https://codepen.io/zubiden/pen/GgoOpPB.
- Click on the text.
- (Optional) Change the .wrapper styles to see the behaviour change.
Actual results:
The element that is participating in the transition is not visible during the transition.
Expected results:
Smooth transition between two states.
Comment 1•11 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•11 months ago
|
||
I can reproduce. It's very weird that adding a 3d transform would break it... Nical do you know off-hand if something in WR would cause this?
Comment 4•11 months ago
|
||
Regression window with dom.viewTransitions.enabled = true:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=0531fb0c75cfaa503c3061af60db3c477de7b646&tochange=bb613b73202591997b69e3cdc38ed1814a995e95
Comment 5•11 months ago
|
||
Set release status flags based on info from the regressing bug 1951999
Comment 6•11 months ago
|
||
Regression window with dom.viewTransitions.enabled = true and dom.viewTransitions.live-capture = true:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=41c6a49fdbc6e07f2c91c6c6a314b7b9abae71c0&tochange=c487e84288146ea028c1f00e4ebdd744d4a36fe9
Updated•11 months ago
|
Updated•10 months ago
|
Updated•10 months ago
|
Comment 7•10 months ago
|
||
Off hand I don't know, unless the transform isn't invertible in which case that's a WebRender limitation that we want to overcome eventually but requires some difficult infrastructure work. I don't have the bandwidth to look into this in the short term but I'm keeping the needinfo as a remainder.
Updated•9 months ago
|
Comment 8•10 days ago
|
||
(In reply to Nicolas Silva [:nical] from comment #7)
Off hand I don't know, unless the transform isn't invertible in which case that's a WebRender limitation that we want to overcome eventually but requires some difficult infrastructure work. I don't have the bandwidth to look into this in the short term but I'm keeping the needinfo as a remainder.
I just checked again because I am in the middle of that infrastructure work I mentioned, but it appears that this test case now works in firefox stable (without need for my upcoming changes)
Updated•5 days ago
|
Description
•