bug(drag-drop): cdkDropListSortPredicate doesn't work if dragging item enter from top #30239
Labels
area: cdk/drag-drop
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
cdkDropListSortPredicate
doesn't work in certain senariosReproduction
StackBlitz link: https://stackblitz.com/edit/z6ffpx7e-wg8uidxw?file=src%2Fexample%2Fcdk-drag-drop-connected-sorting-group-example.html
Steps to reproduce:
cdkDropListSortPredicate
applied to "Done" dropzone, the intention is preventing item being dragged to the first indexExpected Behavior
Item cannot be dragged & dropped to the first index in "Done"
Actual Behavior
Item can be dragged & dropped to the first index in "Done"
Environment
The text was updated successfully, but these errors were encountered: