Bug 16530 - Add more keyboard shortcuts for CSS editing
Summary: Add more keyboard shortcuts for CSS editing
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-12-20 07:49 PST by Danny Bloemendaal
Modified: 2008-08-08 13:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danny Bloemendaal 2007-12-20 07:49:51 PST
A lot of the great user experience in firebug is caused by how it allows you to quickly add and change css properties in classes. Pressing return to add a new item, tabbing to the value, code completion (THAT realy helps!!) makes it a great tool to work with. Also using the up/down arrow keys to increase/decrease values is done very well. Like if something is 10px and the cursor is inside the 10 and you press up, it changes it to 11 and you can see the results directly in the page.
Comment 1 Adam Roben (:aroben) 2008-01-29 11:09:11 PST
<rdar://problem/5712894>
Comment 2 Timothy Hatcher 2008-08-04 14:24:49 PDT
I have a patch for the number editing up in bug 20273.
Comment 3 Timothy Hatcher 2008-08-05 09:51:42 PDT
Landed number increment/decrement in r35560 and 35561.
Comment 4 Kevin McCullough 2008-08-08 13:45:58 PDT
I broke this up into other bugs: 20334 20335 17374 20336