Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Drag 'n drop no longer works #139

Closed
wouterj opened this issue Feb 10, 2017 · 6 comments · Fixed by #140
Closed

Drag 'n drop no longer works #139

wouterj opened this issue Feb 10, 2017 · 6 comments · Fixed by #140
Assignees
Labels
Milestone

Comments

@wouterj
Copy link
Member

wouterj commented Feb 10, 2017

#136 caused dnd to stop working. We should find a solution for that.

@wouterj wouterj added the bug label Feb 10, 2017
@wouterj wouterj added this to the 2.0 milestone Feb 10, 2017
@ElectricMaxxx
Copy link
Member

is activate triggered on drag? would be one reason why the complete event chain stops working.

@ElectricMaxxx
Copy link
Member

btw: can you give some more information what "stops working" means?

@wouterj
Copy link
Member Author

wouterj commented Feb 10, 2017 via email

@ElectricMaxxx
Copy link
Member

yea i can see it now too.

uhh that is really tricky. beforeactivation is called on each click. Means on a click to activate and on a click to start dragging. So the event is canceled at all and not dnd will ever start. We need to separate both clicks, but i have no clue how.

@ElectricMaxxx
Copy link
Member

The last PR didn't fix the dnd it just makes the non activation in an other way. I think the dnd problem is in #146

@ElectricMaxxx
Copy link
Member

fixed through #147

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants