Bug 147652 - Web Inspector: Timeline ruler handle tooltip shows wrong value when handles overlap
Summary: Web Inspector: Timeline ruler handle tooltip shows wrong value when handles o...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-04 14:30 PDT by Matt Baker
Modified: 2015-08-08 19:06 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.88 KB, patch)
2015-08-08 18:09 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Baker 2015-08-04 14:30:58 PDT
* SUMMARY
Timeline ruler handle tooltip shows wrong value when handles overlap. The tooltip should show the value closest to the edge of the graph to which the handles are clamped.

* STEPS TO REPRODUCE
1. Record a timeline, create a ruler selection.
2. Scroll the timeline to the right, until the selection scrolls completely off the left edge of the graph.
3. Hover over the handles clamped to the left edge of the ruler.
  => Tooltip shows selection start time. Should show end time.
4. Scroll the timeline to the left, until the selection scrolls completely off the right edge of the graph.
5. Hover over the handles clamped to the right edge of the ruler.
  => Tooltip shows selection end time. Should show start time.
Comment 1 Devin Rousso 2015-08-08 18:09:11 PDT
Created attachment 258585 [details]
Patch
Comment 2 WebKit Commit Bot 2015-08-08 19:06:24 PDT
Comment on attachment 258585 [details]
Patch

Clearing flags on attachment: 258585

Committed r188192: <http://trac.webkit.org/changeset/188192>
Comment 3 WebKit Commit Bot 2015-08-08 19:06:30 PDT
All reviewed patches have been landed.  Closing bug.