Element.setCapture() & Document.releaseCapture() not implemented?

34 views
Skip to first unread message

James

unread,
Mar 17, 2016, 12:38:28 PM3/17/16
to Dart Misc
( reposting from other list )
It seems not possible to call :

Element.setCapture()

or 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? 


Reply all
Reply to author
Forward
0 new messages