interact.js icon indicating copy to clipboard operation
interact.js copied to clipboard

Deprecation warning for vendor-prefixed attribute mozPressure

Open Sardtok opened this issue 2 years ago • 0 comments

Expected behavior

Page using interact.js should not generate warnings.

Actual behavior

Firefox warns that the vendor specific attribute MouseEvent.mozPressure is deprecated and should not be used. PointerEvent.pressure, should be used instead.

The source file in question is pointerExtend.ts.

System configuration

interact.js version: 1.10.17 Browser name and version: Firefox 103.0.2 Operating System: Windows 11 64-bit

Sardtok avatar Aug 22 '22 13:08 Sardtok