Skip to content
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

All cdkDrag items in a CdkDrop element are assumed to be members of a reorderable list #13340

Open
josephperrott opened this issue Sep 27, 2018 · 2 comments
Labels
area: cdk/drag-drop feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@josephperrott
Copy link
Member

Currently all cdkDrag items in a CdkDrop element are treated as reorderable items in a list. While the underlying data structure is still left to the developer, the CdkDragDrop system updates the UI temporarily with changes to the "list order" even if the items are not supposed to be treated as a list.

Instead, we should have two directives for CdkDrop areas, cdkDropZone and cdkDropList. The former, does not do any automatic UI changes during the drag action and the latter does the current action of reordering items in the list.

@mmalerba mmalerba added the needs triage This issue needs to be triaged by the team label May 20, 2020
@crisbeto crisbeto added area: cdk/drag-drop feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent and removed needs triage This issue needs to be triaged by the team labels May 25, 2020
@liesahead
Copy link

Is there any ETA for this feature?

@shyamal890
Copy link

Wondering if there are any updates on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: cdk/drag-drop feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

5 participants