[Webkit-unassigned] [Bug 40906] New: Web Inspector: Split property field in Styles pane into two

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 02:42:33 PDT 2010


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

           Summary: Web Inspector: Split property field in Styles pane
                    into two
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: me at elv1s.ru
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


Created an attachment (id=59234)
 --> (https://bugs.webkit.org/attachment.cgi?id=59234)
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

-- 
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