You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report: Item Resizing When Moving Outside Grid Boundaries
Description:
When an item in the grid spans the same width as the number of columns, moving the item one column to the right allows it to resize and partially move outside the grid. This behavior is incorrect; the grid should restrict the movement of items to stay within its boundaries and should not allow resizing outside the grid.
Steps to Reproduce:
Place an item in the grid that spans the full width (i.e., the same number of columns as the grid).
Attempt to move the item one column to the right.
Observe that the item is allowed to move to the right and appears to resize.
Expected Behavior:
The item should be restricted to the grid's boundaries and should not be allowed to move outside or resize when dragged. Movement should be constrained within the grid.
Actual Behavior:
The item is allowed to move outside the grid's boundaries, which causes it to appear resized incorrectly.
Environment:
Version: 0.0.1
Browser: Brave v 1.68.141
The text was updated successfully, but these errors were encountered:
Bug Report: Item Resizing When Moving Outside Grid Boundaries
Description:
When an item in the grid spans the same width as the number of columns, moving the item one column to the right allows it to resize and partially move outside the grid. This behavior is incorrect; the grid should restrict the movement of items to stay within its boundaries and should not allow resizing outside the grid.
Steps to Reproduce:
Expected Behavior:
The item should be restricted to the grid's boundaries and should not be allowed to move outside or resize when dragged. Movement should be constrained within the grid.
Actual Behavior:
The item is allowed to move outside the grid's boundaries, which causes it to appear resized incorrectly.
Environment:
The text was updated successfully, but these errors were encountered: