Skip to content

Prevent interactive containers from resizing during elements migration#643

Merged
jalal246 merged 5 commits intomainfrom
dev/wip_5_3
May 5, 2023
Merged

Prevent interactive containers from resizing during elements migration#643
jalal246 merged 5 commits intomainfrom
dev/wip_5_3

Conversation

@jalal246
Copy link
Member

@jalal246 jalal246 commented May 3, 2023

This PR addresses the issue of interactive containers resizing during the migration of their child elements, which can lead to layout distortion and cause problems, particularly when the container becomes empty due to the migration of all children.

To mitigate this issue, the solution enforces fixed container sizes that remain consistent during element migration, ensuring that the container size is maintained and does not change unexpectedly.

It ensures that the layout remains visually consistent, and interactive elements remain correctly sized and positioned. It provides a better user experience by preventing any visual disturbances that could arise from container resizing.

@github-actions github-actions bot added the DnD label May 4, 2023
@jalal246 jalal246 changed the title init Prevent interactive containers from resizing during elements migration May 5, 2023
@jalal246 jalal246 merged commit 381d838 into main May 5, 2023
@jalal246 jalal246 deleted the dev/wip_5_3 branch May 5, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant