Closed
Description
Reproduction
Steps to reproduce:
- View in mobile / responsive view
- Set initial slider position anywhere other than the end
- Click on the end of the slider
Expected Behavior
No console error is shown
Actual Behavior
A console error of
[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
It must be firing two click events at the same time, shouldn't it preventdefault on click?
Environment
- Angular: 12.2.9
- CDK/Material: 12.2.9
- Browser(s): Chrome Version 95.0.4638.54
- Operating System (e.g. Windows, macOS, Ubuntu): Windows10