Bug 82616

Summary: Web Inspector: on a single click in Timeline overview, make a minimal selection centered around cursor
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

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>