Closed
Bug 1702482
Opened 5 years ago
Closed 1 year 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
onpointermoveand observePointerEvent.pointerTypeof the event.Expected behavior
pointerTypeshould bepen.Actual behavior
pointerTypeistouch.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
pointerTypeis set correctly using Chrome.
Change performed by the Move to Bugzilla add-on.
Updated•5 years ago
|
Component: General → DOM: UI Events & Focus Handling
Product: GeckoView → Core
Updated•5 years ago
|
I also confirm this bug under Firefox 105.1.0 under Samsung S6 Lite, with S-Pen.
Updated•2 years ago
|
Attachment #9384421 -
Attachment is obsolete: true
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•