Closed
Description
Reproduction
StackBlitz: https://angular-wls93x.stackblitz.io
Steps to reproduce:
- Create a draggable element with a start delay (cdkDragStartDelay) of 1 second
- Try scrolling by pressing on the draggable element as the start point and dragging immediately
Expected Behavior
Since the drag start delay was not elapsed when the scroll intention, I was expecting
- The drag to be cancelled
- To be able to scroll
Actual Behavior
- I was not able to scroll
- The drag element was teleported to my finger after the delay was elapsed (one second)
Environment
- Angular: 8.0.1
- CDK/Material: 8.0.0
- Browser(s): Chrome (74.0.3729.169)
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
No labels