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 ``` pressure: 0.5 | 0 | 0 | 0 | 0 | 0 | 0 mozPressure: 0.5 ```
Bug 1944211 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 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 ```