Open
Bug 1944211
Opened 21 days ago
Updated 21 days ago
RFPTarget PointerEvents mozPressure not compat
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: thorin, Unassigned)
References
(Blocks 1 open bug)
Details
In Bug 1871789 we closed some RFP pointer event leaks, but failed to make mozPressure
behave same as a real mouse and the same as pressure
- this is not an entropy issue, as all RFP users are the same, but would be nice to be smarter about things and match real world
https://arkenfox.github.io/TZP/tests/pointerevent.html
- pointer events are: [down|enter|leave|move|over|out|up]
- mdn: https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events#active_buttons_state
non-rfp mouse
pressure: 0.5 | 0 | 0 | 0 | 0 | 0 | 0
mozPressure: 0.5 | 0 | 0 | 0 | 0 | 0 | 0
rfp mouse [edit: to be clear, if the value is the same for all events, it only writes it once]
pressure: 0.5 | 0 | 0 | 0 | 0 | 0 | 0
mozPressure: 0.5
Reporter | ||
Updated•21 days ago
|
Blocks: uplift_tor_fingerprinting
You need to log in
before you can comment on or make changes to this bug.
Description
•