Bug 32776

Summary: REGRESSION: Up/down arrow keys do not step numeric CSS property values
Product: WebKit Reporter: mitz
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P1 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Call the focused element’s handleKeyEvent method darin: review+

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