telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
464 stars 213 forks source link

[DragAndDrop] Warning message for a violation on the console #4280

Open georgi-sla opened 2 months ago

georgi-sla commented 2 months ago

Describe the bug Currently, when the developers use the Drag and Drop utility, an error message is thrown on the console indicating that a non-passive event listener was added to the scroll-blocking 'touchstart' event and marking the event handler as 'passive' should be considered in order to make the page more responsive.

To Reproduce

  1. Use the built-in Kendo UI for Angular Drag and Drop utility to implement a dragging functionality in an Angular application.

For further reference, please check out the following StackBlitz demos: https://stackblitz.com/edit/angular-xyzfgf https://stackblitz.com/edit/angular-4h2jbd

Expected behavior Such a warning message should not be present on the console.

Screenshots

image