You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have nested components representing "sections of data", each sections has a grid component (Ag-Grid) with multiple rows.
The sections can be dragged to reorder them and each grid row can be dragged either
a) within the same grid (same section) or
b) to another grid (another section)
The drag across grids drag and drop is JS native drag and drop. The bug I face is that since trying to migrate from ng-dragula to ngx-drag-drop, the native (dragover) and (drop) events are not fired on the grid parent div. The (dragstart) event is.
To Reproduce
I created a simple reproduction that only uses simple divs.
Describe the bug
I have nested components representing "sections of data", each sections has a grid component (Ag-Grid) with multiple rows.
The sections can be dragged to reorder them and each grid row can be dragged either
a) within the same grid (same section) or
b) to another grid (another section)
The drag across grids drag and drop is JS native drag and drop. The bug I face is that since trying to migrate from
ng-dragula
tongx-drag-drop
, the native(dragover)
and(drop)
events are not fired on the grid parentdiv
. The(dragstart)
event is.To Reproduce
I created a simple reproduction that only uses simple divs.
See this simple reproduction here
Steps to reproduce the behavior:
ngx-drag-drop
DRAG ME HERE work...Expected behavior
The
(dragover)
event of the "grid row" component should fired even when nested inside angx-drag-drop
item.Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: