Closed
Bug 1899704
Opened 6 months ago
Closed 4 months ago
When inspecting some "pointer-events: none" elements in a page, pressing shift should change the behavior without waiting for mousemove
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: julienw, Assigned: nchevobbe)
Details
Attachments
(2 files)
STR:
- Open the attachment.
- Open the Inspector devtool.
- Click the "inspect element" button.
- try to target the green square. => this doesn't work because it has pointer-events: none.
- press shift without moving the mouse => still doesn't work
- move the mouse just a little bit => now the green square is selected
IMO it should be selected at step 5 already.
Reporter | ||
Comment 1•6 months ago
|
||
BTW the same happens when releasing "shift".
Updated•5 months ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 2•4 months ago
|
||
Holding shift allows to retrieve elements under the cursor, even the ones that
don't consume pointer events.
Pressing/releasing the Shift key will now update the highlighted node directly,
without the user moving the mouse again.
A test case is added to cover this behavior.
Updated•4 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fdc0ac8a2cc0
[devtools] key(down|up) on Shift while picking should update the picker options immediately. r=devtools-reviewers,jdescottes.
Comment 4•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-130b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•