jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
https://iro.js.org
Mozilla Public License 2.0
1.32k stars 82 forks source link

support for CSS zoom (scale transform). #215

Closed paganaye closed 3 years ago

paganaye commented 3 years ago

The color picker is not handling the mouse properly if the zoom is not at 100%.

https://codepen.io/paganaye/pen/QWMMRVY

jaames commented 3 years ago

css zoom is handled differently by different browsers, is extremely hard to detect and predict, and is non-standard. i do not have any intentions of trying to add workarounds for whatever hacky shit people are trying to use it for.