You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: