[Webkit-unassigned] [Bug 40522] Web Inspector: up/down keys are not treating hex numbers properly while editing styles.

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


https://bugs.webkit.org/show_bug.cgi?id=40522


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |apavlov at chromium.org
                   |kit.org                     |
     Ever Confirmed|0                           |1
  Attachment #87845|                            |review?
               Flag|                            |




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-04-01 05:22:04 PST ---
Created an attachment (id=87845)
 --> (https://bugs.webkit.org/attachment.cgi?id=87845&action=review)
[PATCH] Suggested solution

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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list