-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
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
If you make a container that is scrollable and put the list inside of that container the position of the scroll item will become lost and gets stuck on its current position and stays with the scrolled section.
Reproduction
StackBlitz link:
https://stackblitz.com/edit/ijrsrkge?file=src%2Fexample%2Fcdk-drag-drop-sorting-example.html
Steps to reproduce:
- Make a list
- put the list inside of a container with overflow: auto and height 200px;
- start dragging
- move the mouse up and down and notice how the item is inserting
Expected Behavior
Actual Behavior
Environment
- Angular: 19-20
- CDK/Material: 19-20
- Browser(s): chrome
- Operating System (e.g. Windows, macOS, Ubuntu): mac and windows
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team