Closed
Bug 1995296
Opened 4 months ago
Closed 3 months ago
View Transition are not displayed in the animation panel
Categories
(DevTools :: Inspector: Animations, defect, P2)
DevTools
Inspector: Animations
Tracking
(relnote-firefox 147+, firefox147 fixed)
RESOLVED
FIXED
147 Branch
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce
- Go to https://simple-vt-demos.jakearchibald.com/5-heading-text/
- Open the inspector, select the animation panel, select the
<html>element - Click on the "page 2" link in the page
Expected results
In the animation panel, I'm able to see the view transition that was triggered
Actual results
The animation panel stays empty
| Assignee | ||
Comment 1•4 months ago
|
||
Might depend on Bug 1947747 as having the view transition pseudo elements displayed in the markup view will probably make things easier
Depends on: 1947747
Comment 2•4 months ago
|
||
Enabling devtools.inspector.showAllAnonymousContent doesn't allow to see the animation, so I suspect there is something to be fixed in this platform logic, where we have some special handling on existing pseudo elements.
| Assignee | ||
Updated•4 months ago
|
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 3•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → nchevobbe
Attachment #9522810 -
Attachment description: WIP: Bug 1995296 - [devtools] Display View Transition in the Animations panel. r=#devtools. → Bug 1995296 - [devtools] Display View Transition in the Animations panel. r=#devtools.
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7dcfda0c9f7f
https://hg.mozilla.org/integration/autoland/rev/b100425aa6cf
[devtools] Display View Transition in the Animations panel. r=devtools-reviewers,ochameau.
Comment 5•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
| Assignee | ||
Comment 6•3 months ago
|
||
The regression is quite surprising, my patch only impacts DevTools, and I don't think browser/components/tabbrowser/test/browser/tabs/browser_tab_preview.js opens DevTools at all
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
Updated•2 months ago
|
relnote-firefox:
--- → 147+
You need to log in
before you can comment on or make changes to this bug.
Description
•