vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Dragging an item moves another one (touchscreen only)

Open colin-guyon opened this issue 5 years ago • 2 comments

Hi, thank you for this component. I encounter an issue that is easily reproducible, and only in touch mode: In this example https://mauricius.github.io/vue-draggable-resizable/?path=/story/how-to--drag-multiple-elements, touch somewhere outside of the items to be sure none is active, then touch one of the item to activate it, and then drag the other item (so the one that was not yet active). As you can see the item that was already active moved with the one you dragged (I didn't use the ctrl key, of course).

There is certainly a way to workaround this, but I was wondering if you would easily have a hint on what could cause this issue ;) Regards

colin-guyon avatar Mar 03 '20 10:03 colin-guyon

I forgot to mention the following: in order to test I enable the touch device mode in my web browser dev tools

colin-guyon avatar Mar 03 '20 10:03 colin-guyon

I tried with a real touch screen: the behavior is the same.

colin-guyon avatar Mar 04 '20 09:03 colin-guyon