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

Inconsistent/Not-obvious Drop Area

Open Grandizer opened this issue 5 years ago • 4 comments

So we have 2 columns that are draggable. The left column is where we get New things from. The right is where we prioritize them. When the Right column has nothing in it and we try to drag the first thing into it, it seems like we need to have the cursor over the exact few pixels of an area vertically (seems almost as wide as the drop zone for pixel width.) So if we drop it there, the next drop is not bad. It is just that initial drop on an empty container that seems buggy.

Grandizer avatar Jun 06 '19 19:06 Grandizer

It may be somewhat similar to an issue I see on the Edge browser (fine on Chrome and thus new Beta Edge browser) - but if I go to your demo on Edge and Just click to start dragging and drag 1 pixel, the item I am dragging is way over to the left.

Grandizer avatar Jun 06 '19 19:06 Grandizer

I have the same behaviour with a likewise setup in Google Chrome on macOS.

vincentvankekerix avatar Jun 10 '19 09:06 vincentvankekerix

same here

arthabus avatar Nov 07 '19 12:11 arthabus

did you try to make the drop area wider with CSS?

mesqueeb avatar Feb 07 '20 06:02 mesqueeb