Bug 140781

Summary: Web Inspector: Don't disable BasicBlockAnnotator on click events inside CodeMirror, but instead on drag events
Product: WebKit Reporter: Saam Barati <saam>
Component: Web InspectorAssignee: Saam Barati <saam>
Status: RESOLVED INVALID    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Saam Barati
Reported 2015-01-22 13:28:35 PST
Clicks happen too often to completely disable the BasicBlockAnnotator on each click. Currently, this provides a sub par user experience. Instead, it should be disabled on drag events.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-01-22 13:28:49 PST
Saam Barati
Comment 2 2015-01-30 13:29:34 PST
fixed in: https://bugs.webkit.org/show_bug.cgi?id=140987 Turns out we don't need to disable on drag events either since switching to the new style for showing unexecuted code ranges.
Note You need to log in before you can comment on or make changes to this bug.