Closed
Bug 1702482
Opened 4 years ago
Closed 28 days ago
[Bug] PointerEvent.pointerType is set to touch despite using pen/stylus
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1894692
People
(Reporter: petru, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
From github: https://github.com/mozilla-mobile/fenix/issues/18749.
Steps to reproduce
Register an event handler for example for
onpointermove
and observePointerEvent.pointerType
of the event.Expected behavior
pointerType
should bepen
.Actual behavior
pointerType
istouch
.Device information
- Device vendor / model and Android version: Onyx Boox Note 2
- Firefox for Android version: 87.0.0-rc.1 (Build #2015799099)
Other information
pointerType
is set correctly using Chrome.
Change performed by the Move to Bugzilla add-on.
Updated•4 years ago
|
Component: General → DOM: UI Events & Focus Handling
Product: GeckoView → Core
Updated•4 years ago
|
Comment 1•2 years ago
|
||
I also confirm this bug under Firefox 105.1.0 under Samsung S6 Lite, with S-Pen.
Updated•1 year ago
|
Attachment #9384421 -
Attachment is obsolete: true
Updated•28 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•