Bug 240009

Summary: Web Inspector: Allow inspecting inert nodes with the mouse by default
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 165279    

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