-
-
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
Resizable handles "w / sw" moves wrong item down the grid #1679
Comments
again no idea what you are seeing. include a link and video or pictures... works fine to me. 20210320_182323.mp4 |
@adumesny , sorry for wrong information. Please use GridStackOption: screen-capture.mp4 |
please provide a jsfidle sample as the template require. |
https://jsfiddle.net/kevinlandsberg/tpLhq0jk/26/ Please try to resize e.g. third item in direction "sw". Do you see what is happening? Other way round if you resize the item into direction "se", it behaves as expected and looks clean... enough for you to realize the bug? |
fix gridstack#1679 * 4.x broke the left side size handle (as it needs to move item as well as resize) now works again and should be more solid too.
fixed in next release |
Subject of the issue
When you are using resizable handles to handle "se", resizing the grid item to the left causes the right grid item to be pushed down. strange behaviour
Your environment
Steps to reproduce
https://jsfiddle.net/kevinlandsberg/tpLhq0jk/26/
Expected behavior
it should push down the left side next grid item and not the item on the right side.
Actual behavior
when you resize the gird item to the left size by using handles "se", it pushed down the grid item on the right side instead of pushing down the grid item in the left side of the resized gird item. strange behaviour...
The text was updated successfully, but these errors were encountered: