[Webkit-unassigned] [Bug 139349] New: Web Inspector: debugger dashboard overlaps default dashboard when reloading from debugger pause
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 6 15:33:01 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139349
Bug ID: 139349
Summary: Web Inspector: debugger dashboard overlaps default
dashboard when reloading from debugger pause
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: burg at cs.washington.edu
CC: graouts at webkit.org, joepeck at webkit.org,
timothy at apple.com, webkit-bug-importer at group.apple.com
Steps to reproduce:
1. Set up code that will immediately throw an exception on page load.
2. Enable "break on uncaught exceptions"
3. Reload to hit the breakpoint once.
4. Reload again to continue the debugger and immediately pause again.
At (4), both the slide-in and slide-out animations will be active at the same time, leading the contents of two dashboards to be overlaid until the second animation finishes.
I think this could be fixed by making sure to cancel/fast-forward any outstanding animations when starting a new one.
The same sequence of events (without visual problems) seems to happen when going from breakpoint to breakpoint or stepping, but I believe there is a hysteresis/delay implemented for that case already.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141206/36fdac7d/attachment-0002.html>
More information about the webkit-unassigned
mailing list