Bug 82616 - Web Inspector: on a single click in Timeline overview, make a minimal selection centered around cursor
Summary: Web Inspector: on a single click in Timeline overview, make a minimal selecti...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 07:37 PDT by Andrey Kosyakov
Modified: 2012-04-06 09:05 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.61 KB, patch)
2012-03-29 07:40 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (2.33 KB, patch)
2012-04-06 08:56 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-03-29 07:37:28 PDT
We used to make a minimal selection in Timeline overview as a side effect of window selection logic -- however, it wasn't centered on a cursor, which is irritating. Let's handle single click explicitly, creating a minimal overview centered around cursor.
Comment 1 Andrey Kosyakov 2012-03-29 07:40:21 PDT
Created attachment 134581 [details]
Patch
Comment 2 Andrey Kosyakov 2012-03-29 07:44:13 PDT
Committed r112531: <http://trac.webkit.org/changeset/112531>
Comment 3 Andrey Kosyakov 2012-03-29 09:20:51 PDT
Reverted at r112538: http://trac.webkit.org/changeset/112538 (regressed window selection)
Comment 4 Andrey Kosyakov 2012-04-06 08:56:35 PDT
Created attachment 136030 [details]
Patch
Comment 5 Andrey Kosyakov 2012-04-06 09:05:15 PDT
Committed r113443: <http://trac.webkit.org/changeset/113443>