-
#7512 discusses whether a new pointer event type should be added for use with `Highlight`s. A related task is to develop the details about how pointer events should be dispatched to highlights.
It'…
-
onPointerMove sets this.isDragging, which prevents a tap after a drag. However, there's no thresholding, so any pointer movement at all prevents a click. This causes lots of clicks to be lost. Mode…
-
The "hold mouse to paint" feature changed the event listener to mousedown, which is presumably what broke support for painting on touch devices. We need to detect support for the interfaces and insta…
-
Opera 10.63 does not support CSS pointer events, but advertises this feature. The test provided therefore returns, that Opera does support pointer events.
-
1. Contents and/or State of items from dropdown lists and comboboxes often not available to AT and/or are not completely keyboard accessible. (e.g., Subject Select, Languages, Additional Description/L…
-
If anyone needs it we could expose whether this is the first ("primary") finger going down or the last (""primary""?) finger to go up. This is also easy for the user to track by keeping a rolling coun…
-
**Describe the bug**
Pointer events doesnt work properly on `NativeControlHost`, is it by design?
**To Reproduce**
Go to the NativeEmbedSample, override or subscribe to the "OnPointerEnter" event…
-
Because of "clicks" via keyboard.
-
## Problem
The OrbitControls [capture the pointer on `pointerdown`](https://github.com/mrdoob/three.js/blob/37d6f280a5cd642e801469bb048f52300d31258e/examples/jsm/controls/OrbitControls.js#L1122). S…
-
### Describe the bug
I was fiddling around with the panzoom demo at: https://timmywil.com/panzoom/demo/ and noticed that using 3-fingers within panzoom element causes quite a lot of layout-shift.
…