-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
"cannot drop if not dragging" (+ page stuck) when DnD quickly #121
Comments
Thanks for the bug report. To get a better feel for it can you please create an example on webpack bin. Here is a base to start from: https://www.webpackbin.com/bins/-Kr9aE9jnUeWlphY8wsw |
At this stage I am unable to reproduce the issue |
In addition to a working example it would be great also to get the steps you use to reproduce the issue - i am following the ones you provided and I cannot reproduce |
Hi, Thanks |
I suspect this is a timing issue. The drag is being cancelled from within the |
I suspect this will be a small adjustment |
Thanks @nlevari for submitting this - we should be able to resolve it soon |
Bug or feature request?
Bug
Expected behaviour
Drag and Drop will work (or even cancel) for quick drag and drop
Actual behaviour
Dragged element is floating over the entire page (position: fixed) and prevent all click events in page.
This error is written in the console:
"cannot drop if not dragging"
Steps to reproduce
Drag and drop quickly several time, you won't need more then 10 seconds.
Browser version
Google chrome 61.0.3163.91 (Official Build) (64-bit)
Demo
Code:
The text was updated successfully, but these errors were encountered: