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

The drag and drop is not working probably when using with v-if #8

Closed
cytsunny opened this issue Jul 28, 2016 · 2 comments
Closed

The drag and drop is not working probably when using with v-if #8

cytsunny opened this issue Jul 28, 2016 · 2 comments

Comments

@cytsunny
Copy link

cytsunny commented Jul 28, 2016

This is a js fiddle showing the problem:
https://jsfiddle.net/u5ecgtsj/6/

As you can see from the above jsfiddle, when dragging from list 1 to list 2, "Jean" should be added, but it turns out "John" is added to the list.

@David-Desmaisons
Copy link
Member

I am investigating this issue. Fix will require a pretty big refactoring as previoulsy the code assumed that the displayed elements mapped 1-1 with underlying VM. I am testing a codefix, if I found no regression I may release it shortly.

@David-Desmaisons
Copy link
Member

I just commit the definitive code fix for the issue. I will perform more testing and if everything is OK, I will release a new version this week-end.

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

2 participants