Bug 32776 - REGRESSION: Up/down arrow keys do not step numeric CSS property values
Summary: REGRESSION: Up/down arrow keys do not step numeric CSS property values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2009-12-19 13:01 PST by mitz
Modified: 2009-12-19 18:33 PST (History)
1 user (show)

See Also:


Attachments
Call the focused element’s handleKeyEvent method (1.36 KB, patch)
2009-12-19 13:26 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-12-19 13:01:05 PST
When editing a CSS property with a numeric value, the up arrow key and down arrow key move the caret to the beginning and the end of the line, respectively. They used to increase and decrease the value.
Comment 1 mitz 2009-12-19 13:26:12 PST
Created attachment 45246 [details]
Call the focused element’s handleKeyEvent method
Comment 2 WebKit Review Bot 2009-12-19 13:28:23 PST
style-queue ran check-webkit-style on attachment 45246 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-19 15:18:25 PST
Comment on attachment 45246 [details]
Call the focused element’s handleKeyEvent method

Do we have no way to test the inspector?
Comment 4 mitz 2009-12-19 18:33:00 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/52397>.