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

Sortable using 2 lists - questions #1947

Open
marcospont opened this issue Oct 22, 2020 · 0 comments
Open

Sortable using 2 lists - questions #1947

marcospont opened this issue Oct 22, 2020 · 0 comments

Comments

@marcospont
Copy link

marcospont commented Oct 22, 2020

  • List 1 uses sort: false and pull: clone
  • List 2 uses sort: true
  • Items in list 2 can be sorted
  • Items in list 1 can only be dragged into list 2

When drag starts, the element is cloned.
When the mouse enters list 2, even if the ghost element is visible, an animation starts like if it was moving the element from the source list to the target list. Is this desirable and expected? Can it be disabled?
When the mouse leaves the target list, the item is not removed from it. The only way to revert the "move" operation is to move the mouse inside the source list, so the item can be moved back to its original source. Is this expected? Can this behavior be changed?

example.zip

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

1 participant