[DragAndDrop] Dragging an item from a scrollable DragAndDrop container to another scrollable container breaks the scrolling of the main container #2552
Labels
Bug
Item which indicates that something is not working
KendoReact
pkg:Common-utilities
SEV: Low
triaged
mark the triaged issues with correct priority
I'm submitting a...
Current behavior
When the "autoScroll" of useDraggable is enabled and you start dragging an item and trigger the scrolling by going to the edge of the useDraggable scrollable container, moving to another scrollable container causes the first one to scroll automatically
Expected behavior
The scrolling of the main container should stop once you go outside of it.
Minimal reproduction of the problem with instructions
Open the example: https://stackblitz.com/edit/react-vbnsq2?file=app%2Fapp.tsx
(Video is available in ticket 1666600)
You will notice that the first container scrollbar changes its position as well
Environment
Package versions:
8.4.0
The text was updated successfully, but these errors were encountered: