RESOLVED FIXED 159946
Web Inspector: Pausing when Debugger tab is closed opens tab in wrong state
https://bugs.webkit.org/show_bug.cgi?id=159946
Summary Web Inspector: Pausing when Debugger tab is closed opens tab in wrong state
Joseph Pecoraro
Reported 2016-07-19 13:49:00 PDT
Summary: Pausing when Debugger tab is closed opens tab in wrong state. Test: <button id="x">Click Me</button> <script>window.x.onclick = function() { debugger; }</script> Steps to Reproduce: 1. Inspect test page 2. Close Debugger Tab 3. Click "Click Me" on test page => Debugger tab opens, but Debugger Controls show Pause instead of Resume Notes: - The same thing can happen if the Timeline has temporarily disabled breakpoints.
Attachments
[PATCH] Proposed Fix (1.72 KB, patch)
2016-07-19 13:51 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-07-19 13:49:09 PDT
Joseph Pecoraro
Comment 2 2016-07-19 13:51:14 PDT
Created attachment 284046 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2016-07-20 08:42:01 PDT
Comment on attachment 284046 [details] [PATCH] Proposed Fix Clearing flags on attachment: 284046 Committed r203454: <http://trac.webkit.org/changeset/203454>
WebKit Commit Bot
Comment 4 2016-07-20 08:42:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.