Skip to content

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

Open
@Mercyte938

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions