Open
Bug 1219614
Opened 9 years ago
Updated 2 years ago
Position the scrubber where it was in the animation-panel the last time a node was selected
Categories
(DevTools :: Inspector: Animations, defect, P2)
DevTools
Inspector: Animations
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
Details
(Whiteboard: [btpp-fix-later][difficulty=medium])
STR:
- Open http://bgrins.github.io/devtools-demos/inspector/animation-timing.html
- Open the animation inspector
- Select node #box1 in the markup-view
- Reload the page (so the animation starts)
- Before the animation on #box1 ends, click on the pause button in the animation-inspector tool
- The scrubber should be paused somewhere in the middle
- Select another node in the markup-view
- Select #box1 again
- Repeat the last 2 steps
=> Every time you select #box1, the scrubber moves a little, until it's no longer displayed.
This is probably because it is positioned according to the documenttimeline time instead of the the paused animation's currenttime.
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Reporter | ||
Comment 1•9 years ago
|
||
This bug has changed a little bit. Now when you select #box1 again, the scrubber is simply hidden entirely.
Priority: -- → P2
Whiteboard: [polish-backlog][difficulty=medium] → [btpp-fix-later][difficulty=medium]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•