Bug 153784 - Web Inspector: Option+Up/Down should not move cursor outside of number
Summary: Web Inspector: Option+Up/Down should not move cursor outside of number
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-01 20:58 PST by Joseph Pecoraro
Modified: 2016-02-01 22:16 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.59 KB, patch)
2016-02-01 21:01 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.