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

Cloneing is bugged in 2.0 #57

Open PangbornIdentity opened 11 years ago

PangbornIdentity commented 11 years ago

Found this was working fine in 1. Steps to reproduce: 1) open the clone demo 2) Drag A to second container 3) Bug 1: you can no longer drag the original A to the second container 4) Drag the Cloned A back to the first container (would be better to have 3 containers here) 5) Bug 2: you have just created another clone unexpectedly

I'm looking to have my setup like ss1, where i have a palette of objects i clone from and drop in as many times as possible, and where the palette container itself is a) not droppable and b) doesn't try to rearrange itself ever