[Webkit-unassigned] [Bug 17374] Inspector should support tab completion while editing CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 11:12:45 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=17374





--- Comment #33 from Nikita Vasilyev <me at elv1s.ru>  2010-06-16 11:12:45 PST ---
Created an attachment (id=58907)
 --> (https://bugs.webkit.org/attachment.cgi?id=58907)
Input fields: two vs one

What do you think about two input fields (one for CSS property name, another for value) instead of one? Firebug using two 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 (using my latest patch)
2) press Right Arrow
3) type ":"
4) type "auto"

I think pressing Tab is much easier than pressing Right Arrow and writing ":" after that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list