Open
Description
see https://stackoverflow.com/questions/8605439/jquery-draggable-div-with-zoom/8605589#8605589 for specific issue and example along with a workaround
if a container has (eg) $('#container').animate({ 'zoom': currentZoom += .1}, 'fast');
applied to it, any draggable objects in the container will still move but not correctly sync'ed to the cursor position.
I suspect related, but containment also doesn't work (constrains to the original object size, not the zoomed object)