-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dragging item out to bottom does not remove with maxRow #1570
Comments
3 separate bugs please... |
NealonF
changed the title
Dragging item out to bottom does not remove, item does not render when dragged into full grid, column:1 not working
Dragging item out to bottom does not remove
Jan 14, 2021
adumesny
changed the title
Dragging item out to bottom does not remove
Dragging item out to bottom does not remove with maxRow
Jan 16, 2021
if you don't have 20210117_083644.mp4works correctly when you have 20210117_084011.mp4 |
adumesny
added a commit
to adumesny/gridstack.js
that referenced
this issue
Jan 17, 2021
adumesny
added a commit
that referenced
this issue
Jan 17, 2021
adumesny
added a commit
to adumesny/gridstack.js
that referenced
this issue
Jan 20, 2021
* fix gridstack#1570 * we now have code to check if dragging outside of the grid (`engine.isOutside()`) which checks for items past maxRow or added as last row in a real position vs being dragged out.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue
you can drag out to remove) from every side but bottom even though you have maxRow=6 (you can see drop feedback stays inside in that case)
Your environment
gridstack v3.1.3 with gridstack-jq-js and gristack.min.css as only references.
Chrome v87.0.4280.141 (Official Build) (64-bit)
Steps to reproduce
https://jsfiddle.net/adumesny/ks8gmqo4/
Expected behavior
Should remove item when dragged out from bottom of grid (as it does with every other side)
Actual behavior
Extends browser window and upon drop, goes back to spot where picked up.
The text was updated successfully, but these errors were encountered: