react-dnd / react-dnd-html5-backend

HTML5 backend for React DnD [Legacy Repo]
MIT License
146 stars 97 forks source link

Drag center issue when zoomed #12

Open gaearon opened 8 years ago

gaearon commented 8 years ago

Moved from https://github.com/gaearon/react-dnd/issues/180. Original issue by @adjohu.


If I zoom out and start dragging elements, they appear offset from the mouse.

gaearon commented 8 years ago

Yep, that's a bug. I'd appreciate somebody looking into this. Some coordinates in OffsetUtils seem to be calculated incorrectly on zoom.

ColemanGariety commented 8 years ago

can we re-open this? I'm curious about the pull req

gaearon commented 8 years ago

The issue is open.

iamsolankiamit commented 7 years ago

Is this issue resolved?

fortinmike commented 6 years ago

Also having issues with this. I'm very interested in a solution!