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

Bug Report: Item Resizing When Moving Outside Grid Boundaries #5

Open
skutam opened this issue Aug 16, 2024 · 0 comments
Open

Bug Report: Item Resizing When Moving Outside Grid Boundaries #5

skutam opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@skutam
Copy link
Owner

skutam commented Aug 16, 2024

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:

  1. Place an item in the grid that spans the full width (i.e., the same number of columns as the grid).
  2. Attempt to move the item one column to the right.
  3. 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
@skutam skutam added this to the Release 0.0.2 milestone Aug 16, 2024
@skutam skutam self-assigned this Aug 19, 2024
@skutam skutam added the bug Something isn't working label Aug 21, 2024
@skutam skutam modified the milestones: Release 0.0.2, Release 0.0.3 Aug 25, 2024
@skutam skutam removed this from the Release 1.0.1 milestone Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant