Skip to content

TileLayout reordering inconsistent at bottom edges #4756

@yanmariomenev

Description

@yanmariomenev

Description

Dragging a tile at the bottom of the layout sometimes returns it to its original position, despite the drop indicator showing the correct location. The newRow value from the reorder event is returned as a decimal, likely causing this issue.

It could be related to the mouse cursor position and the drag zones.

Steps To Reproduce

Open the following example and try to drag a tile at the bottom edges. See the recording for more context.

Screenshots or video

Screen.Recording.2025-10-30.at.11.50.15.mov

Workaround

Round the new row index and manually update it when reordering - https://stackblitz.com/edit/angular-2kxbrh2p-gze1yxp9

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions