Bug 16530
Summary: | Add more keyboard shortcuts for CSS editing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Danny Bloemendaal <danny.bloemendaal> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Enhancement | CC: | mrowe |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Danny Bloemendaal
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5712894>
Timothy Hatcher
I have a patch for the number editing up in bug 20273.
Timothy Hatcher
Landed number increment/decrement in r35560 and 35561.
Kevin McCullough
I broke this up into other bugs: 20334 20335 17374 20336