Bug 240009 - Web Inspector: Allow inspecting inert nodes with the mouse by default
Summary: Web Inspector: Allow inspecting inert nodes with the mouse by default
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 165279
  Show dependency treegraph
 
Reported: 2022-05-03 07:31 PDT by Tim Nguyen (:ntim)
Modified: 2022-05-10 07:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-05-03 07:31:19 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-05-10 07:32:12 PDT
<rdar://problem/93027766>