-
-
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
Overlapping widgets after dragging #766
Comments
Hey, @athamsnajeeb1 ! Hope you're doing well today. Could you provide a jsfiddle or some other method for us to take a look at your code and whatever issue you're experiencing? |
Hi @radiolips , Steps to reproduce:
Thanks in Advance. |
It looks like this issue is resolved on the develop branch, so I assume it will come with the next release. In the meantime, you can cherry pick a38d78e on top of v0.3.0. This patch solved the problem for us. |
Just tried it and it solved the exact problem described by @erkather . I'm using the 0.3.0 release. Thanks ! |
Great! I'll close this issue, but @athamsnajeeb1 please reopen it if this doesn't solve the original problem. |
Thanks @brendonboshell . The version you have mentioned solved the issue. |
thanks mate @erkather to help me by providing a jsfiddle, and Thanks @brendonboshell for helping to solved the issue. |
The initial code is
var options = {
cellHeight: cellHeight,
disableResize: true,
disableDrag: false,
handle: '.ibox-title',
float : false ,
And every grid-stack-item have settings data-gs-auto-position="1"
when it dragging sometimes it comes over other widgets
Can anyone help to solve this.
The text was updated successfully, but these errors were encountered: