[Webkit-unassigned] [Bug 272041] New: Web Inspector: Unchecking nested style property makes it suddenly disappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 10:45:32 PDT 2024


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

            Bug ID: 272041
           Summary: Web Inspector: Unchecking nested style property makes
                    it suddenly disappear
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: qianlangchen at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 470727

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

Video demo: unchecking `color` and `font-size` styles made them disappear

Let's say you have the following style sheet:
    body {
        background-color: linen;
        div {
            color: olive;
        }
    }

If you click on the checkbox to try to comment out the `color` element from the style details panel, the style property suddenly disappears.

See attached video demo.

---

https://bugs.webkit.org/show_bug.cgi?id=48650 seems to have addressed and fixed a similar bug, but that bug sounds like the non-nested came and might not've dealt with nested rules that this report is about.

-- 
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/20240402/aad7cb03/attachment.htm>


More information about the webkit-unassigned mailing list