Sortable: can Sortable.js add new feature about multi selected elements drag together?

Created on 25 Feb 2017  路  3Comments  路  Source: SortableJS/Sortable

I found a little bit correlation at here.
unfortunately, it has no result finally.

And my request is that the Sortable.js can provide the feature like this:

  1. select multiple elements(use ctrl. shift keydown event and mouse down event)
  2. drag them together to another group;

I found some demos that proves the HTML5 already has the ability to drag multiple elements and jQuery has already implemented it.
demo looks here

So wish @RubaXa adds the new feature to Sortable~

question

Most helpful comment

dear @RubaXa , u can see here:

https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Multiple_items?document_saved=true

gecko based browser has already supported dnd multiple items

All 3 comments

I have already many times answered, but this functionality impossible to do using native dnd.

dear @RubaXa , u can see here:

https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Multiple_items?document_saved=true

gecko based browser has already supported dnd multiple items

@pageYe123 In 1.10.0-rc1 there is now multidrag support

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FINDarkside picture FINDarkside  路  3Comments

graemegeorge picture graemegeorge  路  4Comments

rakeshrockb picture rakeshrockb  路  3Comments

garygreen picture garygreen  路  3Comments

Webifi picture Webifi  路  3Comments