[Webkit-unassigned] [Bug 240009] New: Web Inspector: Allow inspecting inert nodes with the mouse by default
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 07:31:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240009
Bug ID: 240009
Summary: Web Inspector: Allow inspecting inert nodes with the
mouse by default
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: ntim at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Blocks: 165279
inert is similar to disabled, while disabled is inspectable with the mouse, inert isn't due to the way it's implemented (pointer-events: none), we should perhaps add a mode to `RenderElement::visibleToHitTesting()` that finds inert nodes, and make that the default mode with the WI.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=165279
[Bug 165279] Implement inert attribute (affects keyboard, events, and accessibility)
--
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/20220503/f48b16c6/attachment.htm>
More information about the webkit-unassigned
mailing list