RESOLVED FIXED 163294
Web Inspector: Remove line highlight on primary execution line while stepping because it is distracting
https://bugs.webkit.org/show_bug.cgi?id=163294
Summary Web Inspector: Remove line highlight on primary execution line while stepping...
Joseph Pecoraro
Reported 2016-10-11 13:45:16 PDT
Summary: Remove line highlight on primary execution line while stepping because it is distracting Test: <script> debugger; var a = 1; var b = 1; var c = 1; var d = 1; var e = 1; </script> Steps to Reproduce: 1. Load test page 2. Reload to pause 3. Step through the code quickly => Fading line highlight competes with other highlights Related: - Bug 163197
Attachments
[PATCH] Proposed Fix (1.62 KB, patch)
2016-10-11 13:49 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-10-11 13:45:28 PDT
Joseph Pecoraro
Comment 2 2016-10-11 13:49:20 PDT
Created attachment 291292 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2016-10-11 14:27:10 PDT
Comment on attachment 291292 [details] [PATCH] Proposed Fix Clearing flags on attachment: 291292 Committed r207165: <http://trac.webkit.org/changeset/207165>
WebKit Commit Bot
Comment 4 2016-10-11 14:27:14 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.