[Webkit-unassigned] [Bug 275437] New: Web Inspector: Styles Panel: Can't add a CSS Declaration block to a newly created rule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 06:13:45 PDT 2024


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

            Bug ID: 275437
           Summary: Web Inspector: Styles Panel: Can't add a CSS
                    Declaration block to a newly created rule
           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

Steps to reproduce:

- Inspect the <body> element on webkit.org.
- In the Styles panel, click the plus icon (➕)to add a new CSS rule.
- Tab to move focus to the input field of the first property.
- Paste this CSS declaration block and hit the Return key:

```
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
```


Expected:
The new CSS rule should contain the provided CSS declarations.

Result:
The CSS rule is empty.

-- 
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/20240613/8b6602e7/attachment-0001.htm>


More information about the webkit-unassigned mailing list