[Webkit-unassigned] [Bug 227214] New: Web Inspector: Styles: Can't increment/decrement value with up/down arrow keys for shorthand notation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 08:00:22 PDT 2021


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

            Bug ID: 227214
           Summary: Web Inspector: Styles: Can't increment/decrement value
                    with up/down arrow keys for shorthand notation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rcaliman at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 431860

  --> https://bugs.webkit.org/attachment.cgi?id=431860&action=review

Video of bug

Steps to reproduce

- Add a CSS property with a shorthand notation that includes a keyword: 
`text-decoration: 1px 2px black`
- Move the typing cursor over the second value (2px)
- Hold the Arrow Up key to increment the value

Result:

The first value increments.

The issue doesn't occur when the entire shorthand value is made up of pairs of numbers and units.
For example: `margin: 1px 1px 1px 1px` forks fine, incrementing/decrementing the correct value at the cursor position.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210621/8b58d090/attachment-0001.htm>


More information about the webkit-unassigned mailing list