Open Bug 1944211 Opened 21 days ago Updated 21 days ago

RFPTarget PointerEvents mozPressure not compat

Categories

(Core :: DOM: Events, enhancement)

enhancement

Tracking

()

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

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
You need to log in before you can comment on or make changes to this bug.