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

dataTransfer.effectAllowed not supported on IE #572

Closed
DarkCompiled opened this issue Feb 17, 2015 · 3 comments
Closed

dataTransfer.effectAllowed not supported on IE #572

DarkCompiled opened this issue Feb 17, 2015 · 3 comments

Comments

@DarkCompiled
Copy link

You component is not working well on IE 11 (I assume neither works on previous versions).
Its breaking on line 397, because of "evt.dataTransfer.effectAllowed".

Please don't take "dataTransfer.effectAllowed" for granted because it doesn't work on IE.
You may assume it's a "copy" or a "move" operation if you can't determine the operation type.
Please correct this as soon as possible.

Thanks in advance.

@danialfarid
Copy link
Owner

Can you elaborate more what causes it to break and what error message you are getting on IE11?

danialfarid pushed a commit that referenced this issue Feb 17, 2015
@danialfarid
Copy link
Owner

fixed in version 3.0.5

@DarkCompiled
Copy link
Author

Thank you very much! :D

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