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

Fix 1676 Issue: Cannot pause animation via play/pause button in IE11 #1708

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taeyoun
Copy link

@taeyoun taeyoun commented Feb 25, 2018

The reason: the event type available in the event handler equals MSPointerDown in IE10 and pointerdown in IE 11. This is not compatible with the way jQuery refers event handlers (as far as I debugged it, the problem happens here. ). The event handler is not resolved, and never gets called.

See https://coderwall.com/p/mfreca/ie-11-in-windows-8-1-pointer-events-changes

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

Successfully merging this pull request may close these issues.

None yet

2 participants