ngx-drag-and-drop-lists icon indicating copy to clipboard operation
ngx-drag-and-drop-lists copied to clipboard

Its not possible to drop below container

Open andreElrico opened this issue 5 years ago • 0 comments

To reproduce the issue:

go to example: https://ngx-drag-and-drop-lists.herokuapp.com/

  1. Navigate section: Nested Drag and Drop -> Middle Column (Dropzone 1)

  2. Try to move "item 5" on top of "item 4" AND below "container 1".

Issue: It's not possible to do step 3.. "Item 5" will stay in the same position or end up inside "container 1"

Solution: When touching the lower part of a "container" the dragged item should end up below the container, when dragged upon an INSIDE ITEM (item inside container) the dragged Item should be added underneath the container item.

andreElrico avatar Nov 13 '18 17:11 andreElrico