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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Please reopen with a test case if it still is an issue.