-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Bug - Drag & Drop - Doesn't Seem to Be Functioning Correctly With Horizontally Stacked Items #12066
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
Comments
Since the drag&drop is still a work-in-progress, we haven't gotten around to implementing horizontal sorting yet. There's even a TODO for it. |
Cool thanks for the heads up @crisbeto ! Any timeline on when the horizontal sorting might be completed? Would love to include this in the app we are developing. |
* Adds support for sorting items horizontally. * Fixes some tests going into an infinite loop if they fail. * Fixes the drag item's directionality not propagating to its preview. Fixes angular#12066.
@jaredmahan you can keep an eye on when #12104 gets released. |
* Adds support for sorting items horizontally. * Fixes some tests going into an infinite loop if they fail. * Fixes the drag item's directionality not propagating to its preview. Fixes angular#12066.
* Adds support for sorting items horizontally. * Fixes some tests going into an infinite loop if they fail. * Fixes the drag item's directionality not propagating to its preview. Fixes angular#12066.
* Adds support for sorting items horizontally. * Fixes some tests going into an infinite loop if they fail. * Fixes the drag item's directionality not propagating to its preview. Fixes angular#12066.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Drag and drop should work as it does with vertically stacked items
What is the current behavior?
When you try to drag across to order horizontal items you see strange behavior.
What are the steps to reproduce?
See link below: https://stackblitz.com/edit/angular-basic-horizontal-drag-drop
What is the use-case or motivation for changing an existing behavior?
We need to be able to utilize drag and drop for items that are stacked horizontally not just vertically
The text was updated successfully, but these errors were encountered: