RESOLVED FIXED 153784
Web Inspector: Option+Up/Down should not move cursor outside of number
https://bugs.webkit.org/show_bug.cgi?id=153784
Summary Web Inspector: Option+Up/Down should not move cursor outside of number
Joseph Pecoraro
Reported 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)
Attachments
[PATCH] Proposed Fix (2.59 KB, patch)
2016-02-01 21:01 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-02-01 20:58:36 PST
Joseph Pecoraro
Comment 2 2016-02-01 21:01:51 PST
Created attachment 270468 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 3 2016-02-01 21:27:28 PST
Comment on attachment 270468 [details] [PATCH] Proposed Fix Nice catch!
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2016-02-01 22:16:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.