[Webkit-unassigned] [Bug 56002] New: Web Inspector: [STYLES] Editing a property value adds a word for any property value that uses a paren

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 02:00:05 PST 2011


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

           Summary: Web Inspector: [STYLES] Editing a property value adds
                    a word for any property value that uses a paren
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org
                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, apavlov at chromium.org,
                    loislo at chromium.org


1. Open any page
2. Open the webinspector and pick and element
3. In the element style properties, try to add something like:
-webkit-transform: translateZ(0)

You'll notice that the moment you type the open parenthesis the word "initial" appears, greyed out. There is no way to remove that so by the time you're done typing you end up with:
-webkit-transform: translateZ(0)initial

If a property accepts color keywords, you can end up with the word "aliceblue" instead.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=75302

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