Closed
Bug 1535310
Opened 6 years ago
Closed 3 years ago
Allow Page Inspector to inspect HTML blocks when pointer-events is set to none
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1129488
People
(Reporter: mozilla-crowdicity.wadmol, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
-> Add pointer-events: none
to any HTML block
-> Try to use inspector tool over that particular block
(You can try this fiddle: https://jsfiddle.net/Lvau1r7w/)
Actual results:
Inspector doesn't inspect because it is honoring the pointer-events
property
Expected results:
Inspector should be able to inspect such elements
Updated•6 years ago
|
Component: Untriaged → Inspector
Product: Firefox → DevTools
Updated•6 years ago
|
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•4 years ago
|
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•