Closed
Bug 1597662
Opened 5 years ago
Closed 5 years ago
PointerEvents, pointerType 'touch' returned when using a pen on windows 10 surface
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1449660
People
(Reporter: adrian, Unassigned)
References
()
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36
Firefox for Android
Steps to reproduce:
touch the screen with the surface pen when listening to PointerEvents on a Dom element
Actual results:
The pointerType is incorrectly returned as 'touch'
Expected results:
Should be 'pen'
can repo on windows 10 surface pro in this jsfiddle https://jsfiddle.net/9wqn3e2x
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Component: Untriaged → DOM: UI Events & Focus Handling
Keywords: testcase
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•