https://issues.apache.org/ooo/show_bug.cgi?id=120481
--- Comment #5 from Andre <[email protected]> --- The problem is caused by a recent change that leads to a drag-and-drop object (aka transferable) being created with a different set of supported data flavors. It looks like the drag-and-drop operation is aborted by some, yet unknown, entity. The drag is initiated but the drop never takes place and the AcceptDrop() method of the edit window is never called. Adding the flavor application/x-openoffice-internal fixes this bug. Previously this was the only flavor used for drag-and-drop of the table column. I still have to understand why exactly the drag-and-drop operation is aborted. -- You are receiving this mail because: You are the assignee for the bug.
