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

Layout shift not handled after a drag/drop operation #182

Open
Mercyte938 opened this issue Jan 27, 2025 · 0 comments
Open

Layout shift not handled after a drag/drop operation #182

Mercyte938 opened this issue Jan 27, 2025 · 0 comments

Comments

@Mercyte938
Copy link

In a board where the columns are stacked vertically, changing the layout during a drag results in the cursor ending up in the wrong spot after dropping. For example, for this type of board, we want to collapse the columns onDragStart so users have an easier scroll experience then reopen them onDragEnd. We believe this is because the window is being measured after the columns are collapsed. Is there any way to have the cursor end up on the draggable's final position? In a video of the issue below, once the drop operation completes the cursor lands quite far from the dragged "Column B":

vertical-board-ex.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant