GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
Other
22.69k stars 4.11k forks source link

BUG: showOffsets bug when iframe body has zoom #6248

Open Frubl opened 1 month ago

Frubl commented 1 month ago

GrapesJS version

What browser are you using?

Chrome

Reproducible demo link

https://jsfiddle.net/a2hbxg0y/1/

Describe the bug

How to reproduce the bug?

  1. Open dev tools and write element style for iframe body - zoom: n;

What is the current behavior? When hovering over an element, the blue border works correctly, which is not the case with offsets. They are the same size as they would be at zoom: 1;

p.s. i can't share the link with fully reproduced demo because changes with css needed to be done inside canvas.

p.s.s. There may already be a proper way to reduce content, but I only found zoom for the whole canvas. I would like to make zoom smaller on one of the device types

Code of Conduct