draggable icon indicating copy to clipboard operation
draggable copied to clipboard

The JavaScript Drag & Drop library your grandparents warned you about.

Results 162 draggable issues
Sort by recently updated
recently updated
newest added

**Current behaviour**: In this example, https://shopify.github.io/draggable/examples/simple-list.html, after pressing to drag an item the scrollbar inside the box moves up all by itself, without the user trying to drag the item...

bug
question

Hey there, thanks for this amazing library. When a draggable item is dragged, the following happens afaik: - A copy of the corresponding html element is created at the original...

question

is it possible to initialize drag events on multiple selected elements from same group, lets say somehow reference the elements that are selected via ctrl + click as elements that...

feature-request

I've the following html structure: ``` ``` And in my `componentDidMount`, I'm doing: ``` new Draggable(document.querySelectorAll('.items__food')) .on('drag:start', () => console.log('drag:start')) .on('drag:move', () => console.log('drag:move')) .on('drag:stop', () => console.log('drag:stop')); ``` However,...

Microsoft's new Blazor framework doesn't like the at (@) sign inside the url of the CDN: Any chance, we can get a CDN without it? BTW, it is also causing...

# This will bring a breaking change! Because it will change the clientX and clientY of each SensorEvent triggered by touchs. ### This PR fixes the clientX and clientY of...

For `Sortable` it would be useful to have `newIndex` passed in the `sort` event (currently it is only passed in the `sorted` event) to give a little more context that...

enhancement

Modifying the dom and then not restoring it to its old state leads to surprising behavior. This should be avoided. Here are the lines I identified so far: https://github.com/Shopify/draggable/blob/c4c98f830553e118fd3cc4a5c64f5f57edd3ff63/src/Draggable/Draggable.js#L393 https://github.com/Shopify/draggable/blob/c4c98f830553e118fd3cc4a5c64f5f57edd3ff63/src/Draggable/Draggable.js#L536

enhancement

In the readme, the file sizes don't seem to be correct. For example the ES5 legacy bundle size is shown as ~25.63kb, yet what actually gets built is a whopping...

documentation

Only a complish a simple demo now, there are still a long way to go. ### This PR implements or fixes... _(explain your changes)_ #393 ### This PR closes the...