archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
946 stars 269 forks source link

[Wayland] Drag and drop not working #719

Closed Phillipus closed 3 years ago

Phillipus commented 3 years ago

Archi 4.8.1 Ubuntu 20.4 with Wayland

Drag and drop from the Models Tree, the Navigator, and Properties to a View is not working.

We can workaround this by removing this line in 3 places:

getCurrentEvent().detail = DND.DROP_LINK; // Show link cursor

However:

Phillipus commented 3 years ago

Pressing the modifier key (Ctrl) during the DnD operation has no effect on the event detail so we are not able to determine if this is a Copy or Move DnD operation for whether to add connections

Seems this is the case in all DnD operations in Eclipse under Wayland.

Opened a bug - https://bugs.eclipse.org/bugs/show_bug.cgi?id=572615

Phillipus commented 3 years ago

Fixed