Bug 38325 - Inspector: Increment/Decrement Shortcut Keys Not Working
Summary: Inspector: Increment/Decrement Shortcut Keys Not Working
Status: RESOLVED DUPLICATE of bug 38516
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://trac.webkit.org/wiki/WebInspec...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 06:34 PDT by Greg Woods
Modified: 2010-05-04 08:38 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Woods 2010-04-29 06:34:14 PDT
Recently I noticed that the keyboard shortcut keys for incrementing/decrementing CSS values is not working. Pressing the Up key moves the cursor to the end of the line rather than incrementing the value. Pressing Down moves the cursor to the beginning of the line rather than decrementing the value.

Steps to replicate:
1.) Go to any webpage and open the inspector. (I used webkit.org.)
2.) Highlight an element that has at least one style with a numerical value in the Style Attributes pane. (On webkit.org, the body tag has padding and font-size styles you can use)
3.) Double click the value to highlight it and press Up or Down.

Tested on r58482, OSX 10.6.3

Source: http://trac.webkit.org/wiki/WebInspector#ShortcutKeys
Comment 1 Joseph Pecoraro 2010-04-29 18:48:34 PDT
Hey Greg. Thanks for creating a bug! A few of us noticed this recently in a related bug:
https://bugs.webkit.org/show_bug.cgi?id=17374

A fix may be coming soon.

Also, when creating new inspector bugs, here is a helpful link with a Web Inspector template and with the relevant people CC'd to allow the bug to get a quick response:
http://webkit.org/new-inspector-bug
Comment 2 Greg Woods 2010-04-29 18:59:50 PDT
(In reply to comment #1)
> Hey Greg. Thanks for creating a bug! A few of us noticed this recently in a
> related bug:
> https://bugs.webkit.org/show_bug.cgi?id=17374
> 
> A fix may be coming soon.
> 
> Also, when creating new inspector bugs, here is a helpful link with a Web
> Inspector template and with the relevant people CC'd to allow the bug to get a
> quick response:
> http://webkit.org/new-inspector-bug

Awesome, I'll definitely use that link next time. Thanks!
Comment 3 Joseph Pecoraro 2010-05-04 08:38:10 PDT
Because there is already a patch on a related bug, I'm going to mark this as a duplicate. Thanks!

*** This bug has been marked as a duplicate of bug 38516 ***