Bug 76377

Summary: Web Inspector: animationEnd handler can be triggered while script execution is paused
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Yury Semikhatsky
Reported 2012-01-16 04:48:20 PST
Web Inspector: animationEnd handler can be triggered while script execution is paused. Steps to reproduce: 1. Load attached page. 2. Open inspector. 3. Click the button, see debugger paused. 4. Press 'step over' twice. Result: animationEnd handler is executed while script execution is paused. Expected: The handler should not be invoked until script execution is resumed.
Attachments
Brian Burg
Comment 1 2014-12-11 09:26:28 PST
Please reopen with a test case if it still is an issue.
Note You need to log in before you can comment on or make changes to this bug.