-
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
Cross axis auto scrolling with keyboard #331
Comments
Due to some massive keyboard improvements, this will be shipping #838 |
I was not planning on working on this. But some major refactoring around how we do keyboard movements unlocked this for only a small cost 👍 |
Sadly we will no longer be shipping this in version 10 #838 After testing I continued to run into scenarios that would require additional sophisticated logic. They include:
We will look to this as a feature (minor) release post v10 |
Hey just wondering will this feature be coming anytime soon? |
Hi @alexreardon, Just wondering can we expect this feature in any upcoming releases? Thanks for your hard work |
Hey @alexreardon, Just checking up on this. We have a requirement for moving items from one horizontal list into another droppable that sits above it, and its items can move vertically or horizontally. Any help/idea of when/if this feature would ever be in the pipeline. Thanks |
@alexreardon Hey Alex, I've got a similar question to @dexteritus, is there a future plan to implement support for multi axis drag and drop? Currently it only seems to only in a uni-direction way. Many thanks |
As part of auto scrolling #27 we support auto scrolling with a keyboard. However, initially we are not supporting cross axis movements (moving into another list) that requires scrolling. We could extend the keyboard auto scrolling behaviour to include cross axis movements.
The text was updated successfully, but these errors were encountered: