[Webkit-unassigned] [Bug 218295] New: Web Inspector: Extra closing parenthesis added after var in styles panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 11:00:56 PDT 2020


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

            Bug ID: 218295
           Summary: Web Inspector: Extra closing parenthesis added after
                    var in styles panel
           Product: WebKit
           Version: Safari 13
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zbbjornson at gmail.com
                CC: inspector-bugzilla-changes at group.apple.com

Given a rule like:

.class {
  --my-var: calc(var(--other-var) * 1em);
}

The Styles panel adds an extra closing parenthesis, making it look like:

  --my-var: calc(var(--other-var)) * 1em);  

Tested in Safari 13.1.2.

-- 
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/20201028/d72294e8/attachment.htm>


More information about the webkit-unassigned mailing list