Bug 82439 - Web Inspector: Add feature to cycle through CSS property values
Summary: Web Inspector: Add feature to cycle through CSS property values
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 02:11 PDT by Pat O'Callaghan
Modified: 2012-03-28 02:41 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pat O'Callaghan 2012-03-28 02:11:21 PDT
When you write a css property in the right-hand CSS panel then tab across to enter a value, it would be handy, by pressing up/down on the keypad, if you could cycle through the possible values for that property.

For example, if I wrote the css property "text-transform", hit tab to set a value and then pressed up/down, it should cycle through the values: normal, uppercase, capitalize etc.

This is functionality available in Firebug which would be beneficial to developers.
Comment 1 Alexander Pavlov (apavlov) 2012-03-28 02:41:02 PDT
While it may not be very discoverable, you can hit Ctrl-Space to bring up a similar list of suggestions for valid property values whenever applicable. Then you can use the Up/Down keys to alter between available options and see them reflected in the page in the real time.