akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

onDragEnd not firing when moved to another dropZone #233

Open Mitchftw opened 6 years ago

Mitchftw commented 6 years ago
crooksey commented 6 years ago

Possibly relates to issue #232 as this behaviour sounds identical, works for same sortable, but not moving to a new sortable.

Mitchftw commented 6 years ago

Indeed, it looks identical. I hope this will be fixed soon. Currently working on a workaround.

nielszandsteeg commented 6 years ago

Yes please, I have this issue too. The thing is that the arrays are already been sorted, but that doesnt mean the drop event will also be succesfull.

nabc commented 6 years ago

Agreed, onDragEnd should be fired whenever an item is dropped,sounds like issue #236

crooksey commented 6 years ago

I have added a temporary workaround/fix in #232