[Webkit-unassigned] [Bug 36311] New: Web Inspector: CSS sub-properties are uneditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 11:17:37 PDT 2010


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

           Summary: Web Inspector: CSS sub-properties are uneditable
           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: paradox460 at gmail.com
                CC: timothy at hatcher.name, rik at webkit.org,
                    keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


If you look at a shorthand CSS property in the web inspector, it will have a
dropdown displaying the proper longhand syntaxes. For example, background: blue
url(img/bg.png) no-repeat 5px 5px); expands out to its component
background-image, background-color, background-positon..., and
background-repeat.

However, these expanded properties are non-editable. Editing them would be
quite useful, as it could optimize css debugging on particularly complex
properties.

Reproduction:
 * Open web inspector, and select an element
 * Add a shorthand syntax, for background
 * Click the arrow next to the background entry to view the sub-properties
 * Attempt to edit said properties

Desired behavior:
 * Properties should be editable, and update the shorthand syntax
appropriately.

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