-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Description
What happens: When the draggable element is child of a scaled element (like transform: scale(2);
) the draggable element has an offset while dragging: It moves faster (scale>1) or slower (scale<1)than the cursor.
What should/could happen: Even if it is child of a scaled element, the draggable element could be normally draggable.
Use cases: Applications in which Elements are arranged; adjustment of element size to available space.
Existing Implementations: jsPlumb uses a model in which the programmer registers changes of the scale factor of the container element: https://jsplumbtoolkit.com/doc/zooming.html