-
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
Dragging always shows "disabled" icon since 1.8.2 #1446
Comments
@FaBeyyy This is an unintended effect of me changing Sortable.js#L1730 from having the dropeffect as 'move' to 'none'. It was causing Firefox to open a new tab when set to 'move'. Please set it to 'move' in your download to get the cursor fixed, and I will try to work out a better solution for this. |
Ok, I fixed this in 1.8.3 |
This bug still exists in latest version! This annoying icon appears anytime I drag an item. Isn't there a simple fix? |
Problem:
Dragging an item always shows the "disabled" icon since 1.8.2
The sorting and dragging works but it always shows the "disabled" icon.
It shows the right ion on all versions except 1.8.2.
Browser: Chrome, Firefox
JSBin/JSFiddle demonstrating the problem:
https://jsbin.com/voxameqigu/edit?html,js,output
The text was updated successfully, but these errors were encountered: