Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draggable/Resizeable element moves off the position in Angular 10+ #247

Open
nirmal98kumar opened this issue Oct 2, 2022 · 0 comments
Open

Comments

@nirmal98kumar
Copy link

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.

@nirmal98kumar 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant