Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Only issue over/out/enter/leave on capture target when capturing the pointer #108

Closed
dfreedm opened this issue Nov 4, 2013 · 3 comments
Closed

Comments

@dfreedm
Copy link
Contributor

dfreedm commented Nov 4, 2013

Spec node: http://lists.w3.org/Archives/Public/public-pointer-events/2013OctDec/0044.html

@stakach
Copy link

stakach commented Mar 5, 2014

Also currently it looks like one can only capture a single pointer. On IE11 for instance it is possible to capture multiple pointers.

i.e. capture pointer 1 on element x and pointer 2 on element y
Or capture both pointers on element x

I'm currently experiencing a pointer capture cancel as soon as I capture a second pointer.

@stakach
Copy link

stakach commented Mar 5, 2014

Oh and forgot to mention that - at least on the iPad there is no pointerId associated with the lostpointercapture event..

image

That's using the bower release 0.2.0 release on iOS 7.0.6

@stakach
Copy link

stakach commented Mar 5, 2014

Almost worked around it by ignoring events without a pointerId and all seems to work as it should. So maybe there are just some ghost events being fired?
Continues to capture pointer move however does not fire pointer end unless it over the target element. i.e. capture lost. So definitely an issue.

iOS and Chrome for Android both experience this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants