Bug 240009
Summary: | Web Inspector: Allow inspecting inert nodes with the mouse by default | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | Web Inspector | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93027766>