kutlugsahin / vue-smooth-dnd

Vue wrapper components for smooth-dnd
MIT License
1.74k stars 250 forks source link

Inconsistent/Not-obvious Drop Area #117

Open Grandizer opened 5 years ago

Grandizer commented 5 years ago

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 commented 5 years ago

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.

vincentvankekerix commented 5 years ago

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

arthabus commented 4 years ago

same here

mesqueeb commented 4 years ago

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