[Webkit-unassigned] [Bug 273300] New: Web Inspector: Adding an a CSS property to an element should work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 21:38:02 PDT 2024


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

            Bug ID: 273300
           Summary: Web Inspector: Adding an a CSS property to an element
                    should work
           Product: WebKit
           Version: Other
          Hardware: All
               URL: https://bug-14856-attachments.webkit.org/attachment.cg
                    i?id=18496
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Steps to reproduce:
This was tested with STP 191

1. Go to https://bug-14856-attachments.webkit.org/attachment.cgi?id=18496
2. Open Web Inspector
3. Go to Elements Tab
4. In the middle column bottom, click on the + beside the filter label
5. It creates a selector to add
6. change the selector to be: body *
7. Add the CSS property: outline: 1px solid red

Expected:
The rendering should show the outline on the markup

Actual:
No rendering is created for the outline
A yellow warning is displayed saying the value is invalid

8. Click on the Inspector Style Sheet link beside the "body *"
9. It brings a window where we can edit the CSS
10. The CSS contains: body * {}
11. Change it to be: body * {outline: 1px solid red}

Results:
The rendering is now showing the outlines.
Go back to the outline, the Elements middle column is properly showing the values.

-- 
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/20240426/3163919a/attachment.htm>


More information about the webkit-unassigned mailing list