Closed athamsnajeeb1 closed 7 years ago
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 , I am also running into the same issue. I have created a jsfiddle where you can reproduce this issue.
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.