ng2-dnd icon indicating copy to clipboard operation
ng2-dnd copied to clipboard

ng2-dnd doesn't emit event when moving between sortable containers

Open NimrodAvni opened this issue 7 years ago • 1 comments

  • I'm submitting a ... [ ] bug report [x ] feature request [ ] question about the decisions made in the repository

  • Do you want to request a feature or report a bug?

i would like an event that is triggered after items are moved between different dnd-sortable-container

  • What is the current behavior?

The trigger OnDragSuccess and OnDropSuccess trigger only when items are reorderd in the same dnd-sortable-container, but not when they are moved between different dnd-sortable-container

  • What is the expected behavior? have an new event that indicates if an dnd-sortable has moved to a new dnd-sortable-container

  • What is the motivation / use case for changing the behavior? having a trigger when items are moved between containers is very useful when working with draggable objects

  • Please tell us about your environment: angular: ^6.0.2 ng2-dnd: ^5.0.2 browser: all

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

NimrodAvni avatar May 26 '18 16:05 NimrodAvni

Can ticket #262 or this one be discarded?

Chealer avatar Aug 10 '21 19:08 Chealer