We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the items (float: false) are incorrectly re-ordered when dragging one out
broke in 2.0.2 https://github.com/gridstack/gridstack.js/releases/tag/v2.0.2
using upcoming collision test case. drag item 3 out, noticed both columns changes and incorrectly re-orders items... happens with maxRow:3 only
maxRow:3
let grid = GridStack.init({float: false, cellHeight: 70, row: 3}); addEvents(grid); let count = 0; let items = [ {x:0, y:0}, {x:0, y:1}, {x:0, y:2}, {x:1, y:0}, {x:1, y:1}, {x:1, y:2} ]; items.forEach(n => n.content = String(count++)) grid.load(items);
The text was updated successfully, but these errors were encountered:
broken in 2.0.2 caused when fixing #937 in CL #1395 but originally broken (5 going above 4) by fixing #1155
what a mess...
Sorry, something went wrong.
fixed in collision re-write #1621
see #1094 as well
No branches or pull requests
the items (float: false) are incorrectly re-ordered when dragging one out
Your environment
broke in 2.0.2 https://github.com/gridstack/gridstack.js/releases/tag/v2.0.2
Steps to reproduce
using upcoming collision test case. drag item 3 out, noticed both columns changes and incorrectly re-orders items...
happens with
maxRow:3
onlyThe text was updated successfully, but these errors were encountered: