Closed
Bug 1876455
Opened 1 year ago
Closed 1 year ago
Animation panel throws when a registered property is used in animation
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce
- Go to https://ffx-devtools-at-property.glitch.me/
- Inspect the
body - main -div
element - Open the animation panel
Expected results
I can see the --css-outline-color
item for the out
animation
Actual results
The --css-outline-color
item is not displayed.
I can see the following error in stdout: new Error("Unknown longhand property name", "resource://devtools/server/actors/animation.js", 59))
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d70a33661d02
[devtools] Fix animation panel for animated registered properties. r=devtools-reviewers,bomsy.
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•