[webkit-reviews] review requested: [Bug 40522] Web Inspector: up/down keys are not treating hex numbers properly while editing styles. : [Attachment 87845] [PATCH] Suggested solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 05:22:03 PDT 2011


Alexander Pavlov (apavlov) <apavlov at chromium.org> has asked  for review:
Bug 40522: Web Inspector: up/down keys are not treating hex numbers properly
while editing styles.
https://bugs.webkit.org/show_bug.cgi?id=40522

Attachment 87845: [PATCH] Suggested solution
https://bugs.webkit.org/attachment.cgi?id=87845&action=review

------- Additional Comments from Alexander Pavlov (apavlov)
<apavlov at chromium.org>
The color editing works as follows:
- Up/Down -> change the first (least significant) digit
- PageUp/PageDown -> change the second digit

Shift results in the change of the second or the third digit, respectively
(which completely covers the #RGB case).


More information about the webkit-reviews mailing list