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
I am using Shapeshift for last 2 months in my workplace. Thank you so much for putting up this very useful code of dragging and dropping items. Almost exactly what I wanted.
I noticed a wired behaviour while I was building a sprint board.
I have something similar to this code http://jsfiddle.net/LNysC/2406/. 4 different columns and each got varied number of draggable cells.
When the height < width of each draggable items, its getting difficult to insert(or drop) between last 2 items of any column. It also happens with height: auto.
When I drag No. 2 cell and try and drop in between 7 & 8 in the next column, it almost gets very difficult. Likewise in between 3 & 4 on first column, 11 & 12 on 3rd Column and 15 &16 on 4th column.
It is so wired that it only happens on the last two cells. You have to keep looking for right position (almost keep dragging more than 50% towards left between 7 & 8).
Any help for fixing this issues would be much appreciated.
Many thanks,
Karthik
The text was updated successfully, but these errors were encountered:
Was there ever a solution to this? Just started using ShapeShift and get exactly the same problem. Last two in the grid behave weirdly (& make others) when dragging.
Hello ShapeShift Team,
I am using Shapeshift for last 2 months in my workplace. Thank you so much for putting up this very useful code of dragging and dropping items. Almost exactly what I wanted.
I noticed a wired behaviour while I was building a sprint board.
I have something similar to this code http://jsfiddle.net/LNysC/2406/. 4 different columns and each got varied number of draggable cells.
When the height < width of each draggable items, its getting difficult to insert(or drop) between last 2 items of any column. It also happens with height: auto.
For example: http://jsfiddle.net/LNysC/2406/
When I drag No. 2 cell and try and drop in between 7 & 8 in the next column, it almost gets very difficult. Likewise in between 3 & 4 on first column, 11 & 12 on 3rd Column and 15 &16 on 4th column.
It is so wired that it only happens on the last two cells. You have to keep looking for right position (almost keep dragging more than 50% towards left between 7 & 8).
Any help for fixing this issues would be much appreciated.
Many thanks,
Karthik
The text was updated successfully, but these errors were encountered: