ember-drag-drop icon indicating copy to clipboard operation
ember-drag-drop copied to clipboard

Multi list sorting - Not able to drag and drop once list is empty

Open manukbenjamin opened this issue 8 years ago • 7 comments

I need to sort multiple list in my application. I have tried this addon, but I am not able to drag and drop, once I have dragged and dropped all elements from one list to another.

Eg:- List 1

  • Item 1
  • Item 2

List 2

  • Item 3
  • Item 4

I have moved all items of List 2 to List 1,

List 1

  • Item 1
  • Item 2
  • Item 3
  • Item 4

List 2

After this I am not able to drag and drop items from List 1 to List 2. Is this some bug or any configuration required to drop to empty list. Please help.

manukbenjamin avatar Sep 27 '16 12:09 manukbenjamin

Sorry yeah, bit of a known bug. I should have labeled the multiple container sort as a beta. It's not fully baked. It requires an item in a container at the moment. I need to add support for dropping on an empty container.

dgavey avatar Sep 27 '16 13:09 dgavey

Is there a work around to get this to work?

Vatosteve avatar Dec 10 '16 05:12 Vatosteve

Not that I'm aware of. It's going to need some updates to the addon to support it.

dgavey avatar Dec 12 '16 03:12 dgavey

Hello, What is the status on this issue?

tornroth avatar Oct 23 '17 13:10 tornroth

If a list is empty, it still doesn't allow a drop. An update is required to fix this.

dgavey avatar Oct 23 '17 14:10 dgavey

Thanks for the reply. The function would save me, but I'll solve it differently. Unfortunately, I can not help you with this.

tornroth avatar Oct 24 '17 09:10 tornroth

Hello, does anyone have a work around for this issue ?

gagagast avatar May 22 '19 12:05 gagagast