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 Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19568455>
Saam Barati
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.