| Summary: | Web Inspector: TimelineRuler minimum selection time range should be configurable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Baker <mattbaker> | ||||
| Component: | Web Inspector | Assignee: | Matt Baker <mattbaker> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Matt Baker
2015-07-14 15:02:47 PDT
Created attachment 256799 [details]
[Patch] Proposed Fix
Comment on attachment 256799 [details]
[Patch] Proposed Fix
r=me!
Perhaps we should also make it that clicking without any drag selects the frame where you clicked. Right now you have to drag at least a tiny bit for the selection to trigger. But this does feel much better.
(In reply to comment #3) > Comment on attachment 256799 [details] > [Patch] Proposed Fix > > r=me! > > Perhaps we should also make it that clicking without any drag selects the > frame where you clicked. Right now you have to drag at least a tiny bit for > the selection to trigger. But this does feel much better. This is already being done as part of rdar://problem/2122352, when the user clicks a single frame outside the current selection. :) (In reply to comment #4) > (In reply to comment #3) > > Comment on attachment 256799 [details] > > [Patch] Proposed Fix > > > > r=me! > > > > Perhaps we should also make it that clicking without any drag selects the > > frame where you clicked. Right now you have to drag at least a tiny bit for > > the selection to trigger. But this does feel much better. > > This is already being done as part of rdar://problem/2122352, when the user > clicks a single frame outside the current selection. :) But we could always break it out as a stand-alone patch. Comment on attachment 256799 [details] [Patch] Proposed Fix Clearing flags on attachment: 256799 Committed r186824: <http://trac.webkit.org/changeset/186824> All reviewed patches have been landed. Closing bug. |