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
The library is working fine till Angular 9.
Once I updated to Angular 10 and above , the resizeable/draggable element moves away/disappears from the position it normally should be whenever the element is resized. The application uses like a resizeable/draggable element within another esizeable/draggable element .
Upon further investigation I found that there is a tranform css applied by the library which is calculated wrongly and makes the element move off the position. Also not using the 'bounds' parameter seems to resolve the issue.
The text was updated successfully, but these errors were encountered:
nirmal98kumar
changed the title
Draggable/Resizeable element moves off the position in Angular 11+
Draggable/Resizeable element moves off the position in Angular 10+
Oct 3, 2022
The library is working fine till Angular 9.
Once I updated to Angular 10 and above , the resizeable/draggable element moves away/disappears from the position it normally should be whenever the element is resized. The application uses like a resizeable/draggable element within another esizeable/draggable element .
Upon further investigation I found that there is a tranform css applied by the library which is calculated wrongly and makes the element move off the position. Also not using the 'bounds' parameter seems to resolve the issue.
The text was updated successfully, but these errors were encountered: