Dragging card beyond column/row limit #439
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When dragging a card to the right there is no limit to how far we can drag it. Letting go of the card (placing it) will still place it in the rightmost part of the grid that is in bounds.



Example:
After dropping it:
For this example I set a maxRow value for the grid, shows the same behaviour:
This could be an issue with our app or react-grid-layout. Might be fixed by simply adding width and height constraints to our webpage.
this is an old issue I close it