-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Multi sort element going to second position then quickly switching to first? (GIF included) #592
Comments
Fiddle here: https://jsfiddle.net/vw0fawp5/1/ |
The List B to List A example seem to work flawlessly, not sure why the advanced groups is doing that. |
Yeah I noticed the photo example does seem to work pretty well. |
I worked around it, in Sortable.js 1.4.2:
|
Seems to work for me! |
I figured it out, in my case, I have some random display none elements in my sortable container, which I actually use. If Sortable.js added classes to the sortablejs and use getElementsByTagName internally this would work correctly? |
I have a basic "trello" style multi-sort situation. As you can see in the GIF when I drag an element from one column to the beginning of another column. The animation shows it going to the second position then quickly switching to the first position. Has anyone else seen this behavior and know what causes it?
http://d.pr/i/Fx6y/5spKxMG4
The text was updated successfully, but these errors were encountered: