The Wayback Machine - https://web.archive.org/web/20220709013319/https://github.com/topics/drop
Skip to content
#

drop

Here are 310 public repositories matching this topic...

ObaidUrRehman
ObaidUrRehman commented Jun 3, 2020

The sorting does not seem to be working when the items are in a fixed height container that scroll all the items.

See this fiddle:
https://jsfiddle.net/ns5jg8L9/

If you try to drag the last item in the list to the top it won't scroll automatically and even if you use the mouse wheel to scroll while dragging it, dropping it on the top won't trigger a drop.

I guess this has something to do

enhancement good first issue
timothyallan
timothyallan commented Apr 27, 2022

Hey Martin,

Right clicking activates onDragStart, and the corresponding DragEventHandler doesn't seem like we can cancel the actual click event on our end. Is this something we'd intercept and preventDefault() with a custom Sensor or something?

To replicate, on the examples page, right clicking on a draggable object, then clearing the context menu ends up locking the draggable to the cur

enhancement good first issue

Improve this page

Add a description, image, and links to the drop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drop topic, visit your repo's landing page and select "manage topics."

Learn more