xieziyu / angular2-draggable

Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable

Home Page:https://xieziyu.github.io/angular2-draggable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element jump to another position

mangomi opened this issue · comments

I have one container where i put dom element which is having resize and draggable feature. But when i start resizing or dragging the element it jump to another position and i think it is something related with transform property. Please let me know if any ways available to resolve this issue.

Check if your rzContainment has position set:
#100 (comment)

I have one container where i put dom element which is having resize and draggable feature. But when i start resizing or dragging the element it jump to another position and i think it is something related with transform property. Please let me know if any ways available to resolve this issue.

Did you find a fix for this. And yes transfrom property is causing the issue