Bug 153784

Summary: Web Inspector: Option+Up/Down should not move cursor outside of number
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, hi, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2016-02-01 20:58:21 PST
* SUMMARY
Option+Up/Down should not cursor outside of number

* STEPS TO REPRODUCE
1. Inspect <body>
2. Add style: "background: rgb(10|, 10, 10)"
3. Place cursor where indicated
4. Option + Down
  => Results:  rgb(9,| 10, 10)
  => Expected: rgb(9|, 10, 10)
Comment 1 Radar WebKit Bug Importer 2016-02-01 20:58:36 PST
<rdar://problem/24453133>
Comment 2 Joseph Pecoraro 2016-02-01 21:01:51 PST
Created attachment 270468 [details]
[PATCH] Proposed Fix
Comment 3 Timothy Hatcher 2016-02-01 21:27:28 PST
Comment on attachment 270468 [details]
[PATCH] Proposed Fix

Nice catch!
Comment 4 WebKit Commit Bot 2016-02-01 22:16:04 PST
Comment on attachment 270468 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 270468

Committed r196003: <http://trac.webkit.org/changeset/196003>
Comment 5 WebKit Commit Bot 2016-02-01 22:16:06 PST
All reviewed patches have been landed.  Closing bug.