Bug 163294 - Web Inspector: Remove line highlight on primary execution line while stepping because it is distracting
Summary: Web Inspector: Remove line highlight on primary execution line while stepping...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-11 13:45 PDT by Joseph Pecoraro
Modified: 2016-10-11 14:27 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.62 KB, patch)
2016-10-11 13:49 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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
Comment 1 Radar WebKit Bug Importer 2016-10-11 13:45:28 PDT
<rdar://problem/28721176>
Comment 2 Joseph Pecoraro 2016-10-11 13:49:20 PDT
Created attachment 291292 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2016-10-11 14:27:14 PDT
All reviewed patches have been landed.  Closing bug.