Bug 1871789 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In Bug 1363508, among other values, we spoof `pointerType` as `mouse` and `mozPressure` as `0.5` (when active)

the pic is from FF123 Nightly on android with RFP enabled
- `mozInputSource` is `5` despite spoofing pointerType as mouse // mouse = 1, pen = 2, touch = 5
   - I get `2` when I use a pen on my laptop (RFP on)
- (active) `pressure` is `0.5` but `mozPressure` leaks the real value of `1`
In Bug 1363508, among other values, we spoof `pointerType` as `mouse` and `mozPressure` as `0.5` (when active)

the pic is from FF123 Nightly on android with RFP enabled
- `mozInputSource` is `5` despite spoofing pointerType as mouse // mouse = 1, pen = 2, touch = 5
   - I get `2` when I use a pen on my laptop (RFP on)
- (active) `pressure` is `0.5` but `mozPressure` leaks the real value of `1`

edit: test is https://arkenfox.github.io/TZP/tests/pointerevent.html

Back to Bug 1871789 Comment 0