Open
Bug 1513727
Opened 6 years ago
Updated 2 years ago
Animation events break run-to-completion
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bhackett1024, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.28 KB,
text/html
|
Details |
Event handlers for CSS animations can run while the debugger is paused, breaking run-to-completion. I'm not sure what to do here. Just not running the event handlers like we do for other events doesn't seem good, because these handlers are tied to the animation's behavior, and the animation continues playing while the debugger is paused. It's pretty weird that the animations are running at all while we're paused, so the best solution is probably to fix that, though I don't know how hard this will be.
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Priority: P2 → P3
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: bhackett1024 → nobody
Flags: needinfo?(hmanilla)
Comment 2•3 years ago
|
||
Not priority atm. We'll have a look at some point later
Flags: needinfo?(hmanilla)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•