Bug 40906 - Web Inspector: Split property field in Styles pane into two
Summary: Web Inspector: Split property field in Styles pane into two
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 02:42 PDT by Nikita Vasilyev
Modified: 2010-12-29 07:42 PST (History)
8 users (show)

See Also:


Attachments
Input fields: two vs one (64 bytes, text/plain)
2010-06-21 02:42 PDT, Nikita Vasilyev
no flags Details
Input fields: two vs one (8.03 KB, image/png)
2010-06-21 02:44 PDT, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2010-06-21 02:42:33 PDT
Created attachment 59234 [details]
Input fields: two vs one

I suggest to use two input fields (one for CSS property name, another for value) instead of one. Firebug using that and I've found it more useful. 

To write "margin: auto" in Firebug I can:
1) type "m", "margin" will be suggested
2) press tab
3) type "auto"

In Web Inspector tab jumps on next CSS property.

To do the same In Web Inspector I should:
1) type "m", "margin" will be suggested
2) press right arrow
3) type ":"
4) type "auto"

I think pressing tab is much easier than pressing right arrow and writing ":" after that.


Original discussion started here: https://bugs.webkit.org/show_bug.cgi?id=17374#c33
Comment 1 Nikita Vasilyev 2010-06-21 02:44:25 PDT
Created attachment 59236 [details]
Input fields: two vs one
Comment 2 Nikita Vasilyev 2010-12-29 07:42:00 PST
Has been fixed somewhere else.