EventCatcher widget - use setPointerCapture? #5937
BurningTreeC
started this conversation in
Ideas
Replies: 1 comment 15 replies
-
Hi @BurningTreeC good idea. The challenge is that the eventcatcher widget might get destroyed and recreated when a parent widget is refreshed. Presumably we'd have to track the current capturing element rather like the work you've done on tracking the focussed element. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We could use
setPointerCapture
(https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture) as an additional parameter for the eventcatcher widget.I would like to discuss this and the benefits it would give us
Beta Was this translation helpful? Give feedback.
All reactions