-
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 move with keyboard out of a isDropDisabled list #430
Comments
Sorry for the delay on this one. It got a bit lost. I am not able to reproduce your issue.. |
I misread, I didn't realise I needed to move everything. I can look into this asap |
I am struggling to reproduce this locally |
I know what your issue is. You have set |
I have a fix for this. I will create some tests tomorrow and get it merged |
Thanks for looking into this! It will help out my application a lot. |
Bug or feature request?
Bug. Possibly related to issue #400, but doesn't seem to be the same thing. Unlike that issue, everything is contained on the page and there are no weird overflows.
Expected behavior
Moving items using the keyboard works.
Actual behavior
Console Error: Cannot handle keyboard movement event if direction is not provided
Steps to reproduce
Open this repro: https://codesandbox.io/s/qlxpwkl2xw
Move everything from the first list to the second list.
Then, using the keyboard, try to move an item from the second list back to the first list.
Browser version
Chrome 65
The text was updated successfully, but these errors were encountered: