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

Wrong control box position (only) on safari #696

Closed
alexconstantin opened this issue Jul 10, 2022 · 4 comments
Closed

Wrong control box position (only) on safari #696

alexconstantin opened this issue Jul 10, 2022 · 4 comments
Labels
bug Something isn't working complete
Milestone

Comments

@alexconstantin
Copy link

alexconstantin commented Jul 10, 2022

Environments

Description

Please check the sandbox link in Safari (15.5, but I think all of them are affected). It seems that when a parent container has scale set, the control boxes are misplaced (setting scale to 1 leads to correct positioning). Is there any way around this without setting the parent container to another element (in my case, I need to keep document.body as my parent element)? Also, calling updateRect() does not solve this issue.

Thank you!

@alexconstantin
Copy link
Author

Screenshot 2022-07-10 at 15 43 53

@daybrush daybrush added the bug Something isn't working label Jul 12, 2022
@daybrush
Copy link
Owner

daybrush commented Jul 12, 2022

@alexconstantin

Confirmed. I will fix it in the next release along with the Edge issue.

There is no problem in version 14, but it has been confirmed that the behavior related to transform has changed since version 15.

@daybrush
Copy link
Owner

@alexconstantin

  • lit-moveable 0.8.0
  • moveable 0.31.0
  • preact-moveable 0.33.0
  • react-compat-moveable 0.19.0
  • react-moveable 0.34.0
  • svelte-moveable 0.23.0
  • vue-moveable 2.0.0-beta.22
  • vue3-moveable 0.6.0
  • ngx-moveable 0.28.0

moveable's new version is released. Check it again.

@alexconstantin
Copy link
Author

Works perfectly. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working complete
Projects
None yet
Development

No branches or pull requests

2 participants