Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent fingers from going out of the document #5

Open
IvanSanchez opened this issue Mar 23, 2016 · 0 comments
Open

Prevent fingers from going out of the document #5

IvanSanchez opened this issue Mar 23, 2016 · 0 comments

Comments

@IvanSanchez
Copy link
Member

It is possible to move fingers outside of the document - either by moving them too far away, or moving them to a negative coordinate. This causes document.elementFromPoint to return null and cause an error when trying to dispatch the event.

It should be possible to fire mouseout (or pointerout) on document in this case.

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

No branches or pull requests

1 participant