react-smooth-dnd icon indicating copy to clipboard operation
react-smooth-dnd copied to clipboard

No detection of dragging depending on how quickly you drag and where the user drags

Open tariqporter opened this issue 5 years ago • 0 comments

Expected behavior

Expect to be able to drag Draggables and have other Draggables react accordingly

Actual behavior

Allows to drag Draggable, but other Draggables do not move accordingly, and when dropped will not detect that it has been dragged, and will revert to its initial position

Steps to reproduce

This happens on all code using the library I have seen including the demos page

What browser are you using?

Chrome Version 78.0.3904.108 (Official Build) (64-bit)

Demo

Go to the card board demo

https://kutlugsahin.github.io/smooth-dnd-demo/

And try dragging with varying speeds and heights

Screen Recording 2019-12-06 at 11 30 43 AM mov

Removing the classes .demo and .app from the root of this demo makes it worse and means no dragging detection ever happens

tariqporter avatar Dec 06 '19 16:12 tariqporter