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

BUG: Element absolute position is different from Cursor position when moving in the zoomed canvas #5241

Closed
2 tasks done
hanzuken opened this issue Jul 14, 2023 · 1 comment

Comments

@hanzuken
Copy link

GrapesJS version

  • I confirm to use the latest version of GrapesJS

What browser are you using?

Chrome version 114.0.5735.199 (Official Build) (64-bit)

Reproducible demo link

https://grapesjs.com/demo.html

Describe the bug

How to reproduce the bug?

  1. Enable the absolute drag mode
    editor.editor.set('dmode', 'absolute')
  2. Set zoom to 50
    editor.Canvas.setZoom(50)
  3. Select a component.
  4. Press the move button on the toolbar

What is the expected behavior?
The distance between the cursor and the element is the same as when the canvas is zoomed at 100.

What is the current behavior?
The distance between the cursor and the element is relatively far.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hanzuken hanzuken changed the title BUG: Element absolute position is different from Cursor position when dragging in the zoomed canvas BUG: Element absolute position is different from Cursor position when moving in the zoomed canvas Jul 14, 2023
@artf
Copy link
Member

artf commented Jul 17, 2023

Issues related to Absolute mode are tracked here #3770

@artf artf closed this as completed Jul 17, 2023
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

2 participants