James
2016-03-16 23:04:07 UTC
( reposting from other list )
It seems not possible to call :
Element.setCapture()
https://developer.mozilla.org/en-US/docs/Web/API/Element/setCapture
or Document.releaseCapture()
https://developer.mozilla.org/en-US/docs/Web/API/Document/releaseCapture
.. In dart. These are quite useful as they allow mouse capture outside of
the DOM node its self when the mouse moves, and tho this can be done by
adding/removing from the window object this can cause extra text selection
and more etc...
On a related note is there any good way ( in dart ) of unifying mouse &
touch events .. a bit like the PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent spec but with
support for all modern browsers?
It seems not possible to call :
Element.setCapture()
https://developer.mozilla.org/en-US/docs/Web/API/Element/setCapture
or Document.releaseCapture()
https://developer.mozilla.org/en-US/docs/Web/API/Document/releaseCapture
.. In dart. These are quite useful as they allow mouse capture outside of
the DOM node its self when the mouse moves, and tho this can be done by
adding/removing from the window object this can cause extra text selection
and more etc...
On a related note is there any good way ( in dart ) of unifying mouse &
touch events .. a bit like the PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent spec but with
support for all modern browsers?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.