[Webkit-unassigned] [Bug 147489] New: Web Inspector: Add px when changing number value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 08:15:53 PDT 2015


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

            Bug ID: 147489
           Summary: Web Inspector: Add px when changing number value
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: unicornspamtom at icloud.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at me.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Web Inspector CSS sidebar:
When decreasing/increasing value from "0" to another value, add "px" unit.

Example: (| means cursor)
body {
    padding: 0|;
}

ALT + Up arrow key

Expected result:
body {
    padding: 1|px;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150731/9b5a0942/attachment-0001.html>


More information about the webkit-unassigned mailing list