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
The text was updated successfully, but these errors were encountered:
icetomcat
changed the title
Increases the y coordinate after item resize if the cell height is 12 pixels or less
The y coordinate Increases after item resize if the cell height is 12 pixels or less
Sep 16, 2021
note this doesn't happen if you have a margin of say 2. we reduce the height by margin (default 10) which happen to affect what row it lands on... yeah the math is off somewhere. https://jsfiddle.net/adumesny/1cgou9Lj/
adumesny
added a commit
to adumesny/gridstack.js
that referenced
this issue
Oct 18, 2021
Subject of the issue
The y coordinate Increases after item resize if the cell height is 12 pixels or less
Your environment
gridstack 4.2.7 HTML5
Chrome 93.0.4577.63
Firefox 91.0.2
Steps to reproduce
Resize the item
https://jsfiddle.net/icetomcat/bsyj3pn5/6/
Expected behavior
Item resized without changing position
Actual behavior
Item resized with changing position
The text was updated successfully, but these errors were encountered: