react-dnd / react-dnd-html5-backend

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

Malfunctioning in Chrome on Windows #49

Open kuzzmi opened 7 years ago

kuzzmi commented 7 years ago

Affected versions: 54.0.2840.59 and 53.0.2785.143 (64-bit) on Windows

Issue: Right after the dragging starts, on mouse button down and a few pixels moved, the dragged item glitches and goes in the awkward position for a few milliseconds.

Findings: This issue appears in Chrome on Windows if the active screen uses scaling. I couldn't reproduce the issue with other libraries/backends/vanilla HTML5 Drag'n'drop API.

This is a potentially related issue: https://github.com/gaearon/react-dnd/issues/552

Glitches:

Glicth #1

Glicth #2