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

Problems when dragging down #32

Open
zhentonglee opened this issue Jul 1, 2018 · 0 comments
Open

Problems when dragging down #32

zhentonglee opened this issue Jul 1, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@zhentonglee
Copy link

Hello Jexordexan,

I found a problem that when the heights of the sorted elements are not equal, dragging the higher-height elements downwards will cause problems where the position of the lower-height elements cannot be replaced. Fortunately, dragging up will not cause the problem.

For example, https://jexordexan.github.io/vue-slicksort/ Simple list,set the height of item1 to 300px, the height of item2 to be the same, the height of item3 to 300px, and then drag item1 downwards, you will not replace the position of item2 in item1, because item3 first slides up.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants