Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

Results 235 Sortable issues
Sort by recently updated
recently updated
newest added

As I see, _onDrop is the base method when moving items from one sortable to another. At the end of _onDrop there is a this._nulling(); call what sets inputs to...

Hello, I see that Vue, React, Angular and others have their support and I was just thinking that it would be really great to have a SortableJS library for Svelte...

feature

I looked through all the issues and didn't see this question. Sorry if this is a repeat. Is there a way to cancel the drop action before it happens? Ideally...

#### Problem: I have click events on sortable lists and they don't trigger on touch devices because as soon as you touch, sortable triggers. Any way around this? Tested on...

question

Right now there seems to be no way to cancel dragging an element. If the user started to drag an item and changed their mind, they have to remember where...

enhancement

![QQ截图20220427100335](https://user-images.githubusercontent.com/48340426/165423624-2ac5f05d-4339-475f-bccc-12b99036eb1b.png) ![image](https://user-images.githubusercontent.com/48340426/165423729-72c0a337-31b0-42ae-867e-2492fb4ad62d.png) Did I make a mistake? ![QQ录屏20220427100653_](https://user-images.githubusercontent.com/48340426/165425311-4f0a0832-ccc8-4b44-9b92-9f542e892cfd.gif)

**Describe the bug** When dragging item with `forceFallback: true` option, cursor interacts with underlying items (triggers native tooltips, adopts style, triggers onMouseXxx events, etc.): ![sortable_pointer_issue](https://user-images.githubusercontent.com/69960187/128713548-cdcfd1b0-d8af-4f95-a6bf-3a728f99eca1.png) **To Reproduce** Steps to reproduce...

There is no `all` value for `will-change` [CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/will-change).

In the main readme, the BOOTSTRAP DEMO link.. has a 404 within that link https://github.com/SortableJS/Sortable#bootstrap Demo: https://jsbin.com/visimub/edit?html,js,output ![1](https://user-images.githubusercontent.com/50514477/163630757-04f17206-47c3-4246-92b0-5117cf7f3c31.jpg) The sortable button, within the jsbin.com website has a 404 error there....

Compatible with the shadowDOM when users trigger touch events. Previously it uses `.parentNode` to get the parent node, but if it's a shadowNode, it could get a null. So add...