pointerdown event fired twice in "Responsive Design Mode"
Categories
(DevTools :: Responsive Design Mode, defect, P3)
Tracking
(Not tracked)
People
(Reporter: dpapad, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
- Visit https://jsfiddle.net/832zoud5/1/
- Open DevTools and click on "Responsive Design Mode"
- Make sure that "touch simulation" is enabled (see icon next to the "throttling" dropdown)
- Click once on the "Click me" div and obserne console output.
Actual results:
Two pointerdown events are fired, with a small delay in between.
Expected results:
Only one pointerdown event should be fired.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Thanks for filing. We have a number of bugs in our touch simulation that we hope to address soon.
Comment 2•5 years ago
|
||
The pointerType
of the first pointerdown event is is "mouse" and the second one's pointerType
is "touch".
It looks like this problem could be resolved by Bug 1516805 when it's addressed. I'll mark that as a "See Also".
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Comment 4•5 years ago
|
||
Resolving this as a duplicate of Bug 1516805 now that RDM doesn't dispatch mouse pointerevents when touch is enabled.
Description
•