[Webkit-unassigned] [Bug 251466] New: Web Inspector: Add Special case for rules inspector for ::backdrop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 15:58:58 PST 2023


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

            Bug ID: 251466
           Summary: Web Inspector: Add Special case for rules inspector
                    for ::backdrop
           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: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    pangle at apple.com, webkit-bug-importer at group.apple.com

Currently ::backdrop is visible for any elements in the Web Inspector. (reported by Simon Fraser)


a special case could be added to hide it in most cases, as it is already done for ::marker.
`if (pseudoId == PseudoId::Backdrop && !element->isInTopLayer())` (suggestion from Antti Koivisto)

-- 
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/20230131/7d39a9b4/attachment.htm>


More information about the webkit-unassigned mailing list