AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Height not working with dynamically added CONTAINER (not element) #118

Closed noctivityinc closed 9 years ago

noctivityinc commented 9 years ago

I am heavily using SS and have an odd problem with dynamically added containers. We allow dragging between the containers, which works perfectly when we initialize all the containers at once. But if we later dynamically create a new container for people to drag items to, that new container has one weird issue - it wont auto resize the height! No matter what we do (we tried destroying all of the containers and rebinding, destroying in an each loop, etc) that dynamic container will simply not resize the height automatically.

Any ideas why this might be happening?

noctivityinc commented 9 years ago

Forget it. It was my code - not SS.