-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/drag-drop
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
cdkDropListSortingDisabled does not prevent reordering when dragging an item back to its original list
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-zdflpxgr
Steps to reproduce:
- Drag the last task ("Cleaning") over any day element without dropping it.
- Drag it back to the task list.
Expected Behavior
I expect the order of the list to be not modified.
Actual Behavior
The "Cleaning" task is no longer the last item and appears in second position.
Environment
- Angular: 21.1.0
- CDK/Material:21.2.2
- Browser(s):Chrome
- Operating System (e.g. Windows, macOS, Ubuntu):linux x64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/drag-drop