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

Temporary fix for issue 57 #59

Closed PangbornIdentity closed 11 years ago

PangbornIdentity commented 11 years ago

https://github.com/McPants/jquery.shapeshift/issues/57

dflatley commented 9 years ago

This temporary fix is good, but I'm having a problem with trying to pass events/eventhandlers along with cloned items with

$clone = $selected.clone(true, true).insertBefore($selected).addClass(clone_class);

If you try to the deep clone a draggable button (for example), and try to drag from one container to another, every time you drag the same item over to the second container you'll replace rather than add more instances of the same button.