Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DragAndDrop] Dragging an item from a scrollable DragAndDrop container to another scrollable container breaks the scrolling of the main container #2552

Open
kdikov82 opened this issue Oct 7, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working KendoReact pkg:Common-utilities SEV: Low triaged mark the triaged issues with correct priority

Comments

@kdikov82
Copy link
Contributor

kdikov82 commented Oct 7, 2024

I'm submitting a...

  • Bug report

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

  1. Drag an item and go to the edge of the first scrollable container to trigger the scrolling.
  2. At some point, while still dragging, move the mouse cursor to the second scrollable container.

(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

@kdikov82 kdikov82 added Bug Item which indicates that something is not working SEV: Low KendoReact labels Oct 7, 2024
@vveesseelliinnaa vveesseelliinnaa added pkg:Common-utilities triaged mark the triaged issues with correct priority labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working KendoReact pkg:Common-utilities SEV: Low triaged mark the triaged issues with correct priority
Projects
None yet
Development

No branches or pull requests

2 participants