FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Drag and Drop between two lists is blocked by FlexLayout

Open averybross opened this issue 3 years ago • 1 comments

Describe the bug

(See the screencast below)

Questions

  • Is there a way to disable the drag and drop handling for this single tab?
  • Any suggestions on how to stop FlexLayout from blocking my inter-tab drag?

Steps to Reproduce the Bug or Issue

If you copy and paste the component code here, and make it a pane... drag and drop between the two lists does not work..

Expected behavior

Drag and drop between the lists should work

https://www.ag-grid.com/react-data-grid/drag-and-drop/#dragging-between-grids

Operating System

MacOS

Browser Type?

Chrome

Browser Version

Latest

Screenshots or Videos

https://user-images.githubusercontent.com/4257160/200678057-f39d1715-0ab1-4812-9cc3-782667421b71.mov

Additional context

No response

averybross avatar Nov 08 '22 21:11 averybross

I think you must have implemented the onExternalDrag prop, so external drags are captured as drags into the layout

nealus avatar Nov 09 '22 09:11 nealus