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 275 Sortable issues
Sort by recently updated
recently updated
newest added

Note: This issue description was drafted with assistance from an AI. Please excuse any formatting inconsistencies😅 **Describe the bug** When using a grid layout, there's an issue with the first...

**Describe the bug** When I drag an item above or below a list, it will not scroll in Chrome. It does work in Firefox The feature appears to be bubblescroll,...

I am experiencing issues with SortableJS when implementing drag-and-drop functionality in my project. The main issues are: 1. Mobile Scrolling Issue: On mobile devices, the scrolling is very slow and...

**Describe the bug** Sorting is not working on Firefox 137 when the chosen class contains `overflow:hidden`. **To Reproduce** Steps to reproduce the behavior: Using Firefox 137: https://www.mozilla.org/en-US/firefox/137.0/releasenotes/ 1. Go to...

**Is your feature request related to a problem? Please describe.** The overall behavior and mobile support of sortablejs is great. However, the UX of having a partial opacity floating row...

As I understand it from reading the documentation, and some trial-and-error, it appears that the evt object passed to the onMove() function includes the evt.related property, providing a nice reference...

My sortable list is a table (TABLE element,) and I would like for the draggable elements in that table to be the individual tables cells (TD elements,) not the entire...

I would like to suggest that a function be added that can be used to Programmatically change the order of a Sortable list. It might take two simple parameters: a...

**Describe the bug** There's no animation when dragging items, although they do appear in their new location. **To Reproduce** Steps to reproduce the behavior: 1. With firefox 118.0.2 go to...