-
Notifications
You must be signed in to change notification settings - Fork 58
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
Drop multiple items in front of first item doesn't work. #32
Comments
Here's an alternate version, taking an option parameter multigrid=true if you are not doing grids, and instead of moving items it hides all selected items. /**
!function($) {
}(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error can be viewed in the fiddle http://jsfiddle.net/sCxpu/2/
If you select a single item you can drag it throughout the grid.
If you select 2 items you can drag them anywhere, but if you drag them over the first item it will alternate between showing the placeholder box in its original position, or in one of first or second position.
If you select 3 or more items it just shows the placeholder in its original position for the left side of the first item, or in position 2 for the right side.
Even if we can't fix it, I'd love to find a workaround.
The text was updated successfully, but these errors were encountered: