ManifestWebDesign / angular-gridster

An implementation of gridster-like widgets for Angular JS
http://manifestwebdesign.github.io/angular-gridster/
MIT License
964 stars 394 forks source link

Grid items overlap on certain positions when dragged #304

Open amergin opened 9 years ago

amergin commented 9 years ago

Video that shows how the overlap happens.

Grid config is in this gist.

Any ideas?

estvmachine commented 9 years ago

How can you make the grid resize the content dynamically, i cant do that :S.

Ah how you do for make a custom border in the grid object. You wanna help and i ask for help instead haha.

BaTbAbYDeV commented 7 years ago

This video shows a problem which I have also encountered and found to be linked to the swapping functionality.

In this branch I have replicated the problem using the testing framework - if this is run (with chromedriver) - the browser will pause and the larger of the gridster items can be placed over the smaller one. https://github.com/BaTbAbYDeV/angular-gridster/tree/overlap_issue

I have not debugged this further at the moment as switching off swapping stops our issue from happening. Maybe someone who knows more about the swapping functionality could look at this branch and see what is actually going on (more quickly than I can??) .. Hope this helps.