Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Linux drag/drop does not work

Open myflashlab opened this issue 2 years ago • 1 comments

It seems like nothing about drag/drop works in Linux. When dragging a file into a window where we have nativeDragEnter event, the whole software closes without throwing any debug information.

Also when I have two Flex lists and want to drag an item from one to another, the item does not attach to mouse at all and no drag/drop happens.

<s:List height="100%" width="100%"
        dragMoveEnabled="true" dragEnabled="true" dropEnabled="false"
        dragDrop="onDragDrop(event)" dragComplete="toSaveColorExceptions(event)"/>
OS: Ubuntu 20.04.4 LTS
AIR: 33.1.1.795

myflashlab avatar May 02 '22 08:05 myflashlab

You're right, when I drag a file over an Air app, the app crash.

pol2095 avatar May 08 '22 19:05 pol2095