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

Drag & Drop doesn't work in IE10 #125

Closed
lorenzulrich opened this issue Jan 20, 2017 · 2 comments
Closed

Drag & Drop doesn't work in IE10 #125

lorenzulrich opened this issue Jan 20, 2017 · 2 comments

Comments

@lorenzulrich
Copy link

Sorting by Drag & Drop doesn't work in IE10 and below. It complains about forEach which is not available for clonedFields.

image

@clauderic
Copy link
Owner

Hey @lorenzulrich, thanks for reporting this!

This slipped by in the last release, and is caused by the fact that querySelectorAll returns a NodeList, which doesn't have the forEach method in a lot of browsers (see 0b52d14).

Just released 0.4.9 with a fix, sorry about that!

@lorenzulrich
Copy link
Author

Thanks a lot for the quick response. I updated and everything is working now!

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