Closed aaustermiller closed 11 years ago
The object overlap is a known problem. This has to do with how gridster triggers different movement events at different times, I am looking into which calls are causing the overlap issue.
Could you please elaborate a bit more on the different movement events causing the overlap issue?
I know it has been awhile, but it is not necessarily when you drag. The issue occurs when the grid initially loads. I have found that the issue seemingly fixed when you either increase the height portion of the widget base dimensions and sorting the unordered list so that the nodes follow left to right, top to bottom order.
this is fixed by https://github.com/ducksboard/gridster.js/pull/149
Fixed in v0.2.0
See this fiddle http://jsfiddle.net/PdjLE/389/ When you try to drag number 5 under number 7, the positioning gets messed up and the long items go on top of each other. This seems to happen with any of the widgets with a large size-y attribute get dragged.