[Webkit-unassigned] [Bug 36304] New: Web Inspector: CSS Properties expand unnecessarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 10:54:41 PDT 2010


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

           Summary: Web Inspector: CSS Properties expand unnecessarily
           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 type certain properties into the web inspectors CSS edit area, they
expand in a manner that can prove quite annoying.

To reproduce, open inspector, and add a new property. Type border-radius: 5px;
Hit return
The property will expand to 4 different properties: border-top-left-radius: 5px
5px; etc

Possible solution:
Cause the border-radius to remain as one complex syntax, with an expanding
dropdown, much like with other properties, of the sub-properties.

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