thgreasi / ui-sortable-multiselection

Provide multiple element sorting in UI-Sortable
MIT License
30 stars 12 forks source link

Connected list bug #6

Open Kisama opened 10 years ago

Kisama commented 10 years ago

I think multi selected items are included only one list not two list In connected list give an example, if item 2a is is selected, list b's items cannot selected

bug

thgreasi commented 10 years ago

I think I'm missing something. Please refrase and give a user interaction example, noting the expected and the actual outcome.

thgreasi commented 10 years ago

If you are trying to multiselect items across multiple connected sortables and drag-and-drop them in one move, then this is not yet supported :disappointed:. To support something like this, a new option should be introduced, like for example multiConnectWith (following the naming scheme of jquery-ui's connectWith).