Closed
Bug 1160988
Opened 10 years ago
Closed 9 years ago
subtree animation widgets do not get removed when the target node gets removed
Categories
(DevTools :: Inspector: Animations, defect)
DevTools
Inspector: Animations
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pbro, Unassigned)
References
Details
(Whiteboard: [polish-backlog])
STR:
- Use latest nightly (bug 1155651 should be in).
- Go to https://bgrins.github.io/devtools-demos/inspector/animation-timing.html
- Open the inspector, make sure the <body> node is selected and the animated nodes too.
- In the "animations" sidebar tab, make sure all animations are displayed.
- In the split-console, type in the following code:
$("#box1").remove();
-> Expected: the node gets removed from the dom shown in the inspector, and the corresponding animation widget in the sidebar goes away.
-> Actual: the node gets removed from the inspector, but the animation stays in the sidebar.
Reporter | ||
Updated•9 years ago
|
Whiteboard: [polish-backlog]
Reporter | ||
Comment 1•9 years ago
|
||
This got resolved by one of the children bugs of bug 1153271.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•