Open
Bug 1524251
Opened 6 years ago
Updated 6 months ago
[Pointer Event] "pointermove" will only be detected for one finger with multiple touches
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox67 | --- | affected |
People
(Reporter: edgar, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created from Bug #1505321 comment #7 +++
Steps to reproduce:
- Open https://marci4.github.io/firefox/pointerevents/preventdefaultandmove.html
- Put one finger inside the left rectangle, and one inside the right rectangle and move both fingers together down/up.
Expected results:
Both rectangles should be getting detected
Actual results:
Only the move of one rectangle (left or right) is getting detected.
(When I am not using preventDefault() everything is getting detected correctly.)
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Reproduced on Lenovo Yoga C630-13Q50 with Windows 10 Home (v1803) on latest Nightly aarch64 build.
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Reporter | ||
Updated•3 years ago
|
Updated•2 years ago
|
Severity: normal → S3
see also bug #1845536
The bug is now triggered on X (formerly twitter) when opening an image and trying to zoom it.
Imo this adds a bit of urgency, hence the report :)
You need to log in
before you can comment on or make changes to this bug.
Description
•