Open
Bug 1692151
Opened 4 years ago
Updated 4 years ago
PresShell::ProcessSynthMouseMoveEvent reports MOZ_SOURCE_MOUSE when it's caused by pen input
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
Details
Currently it does not set mInputSource
and thus always gets MOZ_SOURCE_MOUSE
.
Comment 1•4 years ago
|
||
Does this result in specific behavior problems or incompatibilities somewhere, or what's the significance of it?
Flags: needinfo?(krosylight)
Reporter | ||
Comment 2•4 years ago
•
|
||
https://phabricator.services.mozilla.com/D104798 had to explicitly ignore eSynthesized because of this. Not sure whether it's web visible currently.
Flags: needinfo?(krosylight)
Updated•4 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•