-
Notifications
You must be signed in to change notification settings - Fork 440
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
Not compatible with jquery 3.3.0+ #291
Comments
Ad-hoc solution: Change jquery 3.3.x file For morde details look jquery/jquery@5e7e4d7#diff-62d55137fbe4b552f5a996d0af19023a42aeed89686647e7b4e4026fd1a66186 |
Better solution: Change jquery-sortable.js instead |
@bitno2u They can not be dragged inside any connected lists placed on right, bellow or diagonally - I was trying to replicate this issue with my project but couldn't do it. Could you please help with some more detail. |
Download jquery-sortable.js v0.9.13 and add "static" as an option for el.css("position"), as described before. |
Yes, I got that part. I wanted to reproduce the issue in my system. I was using the 0.9.13 and jQuery 3.3.1, but I can't able to replicate the issue reported here. Is this issue happening is any specific scenario ? |
I ran into this issue as well. For me it only affects sorting within tables. I tried adding |
Draggable list elements only can be put at the bottom of the list. They can not be dragged inside any connected lists placed on right, bellow or diagonally. Can you fix this?
The text was updated successfully, but these errors were encountered: