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

Error in directive draggable bind hook: "ReferenceError: 'TouchEvent' is undefined" #46

Open
drew-forsberg opened this issue Aug 5, 2020 · 2 comments

Comments

@drew-forsberg
Copy link

I've been using your draggable directive on a reporting page and really appreciate how easy it is to use. Unfortunately, most of our users are still using IE 11 (I know, I know...). Just noticed that your directive raises this error in IE 11 on page load:

Error in directive draggable bind hook: "ReferenceError: 'TouchEvent' is undefined"

The good news is that it doesn't seem to be a breaking error. The elements that use your directive are still draggable with no issues. But you might want to see if there's a way to gracefully prevent that error. Thanks!

@kurtjmeyoung
Copy link

kurtjmeyoung commented Aug 11, 2020

I think this problem will be resolved through my PR, which still isn't merged:

#43

@drew-forsberg
Copy link
Author

Many thanks!

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

2 participants