TransferData is null during drag and drop on Linux

When dragging and dropping a node from Project Explorer onto TreeViewer, DnD works fine on Windows, but doesn't work on Linux.

During debugging, I see that TransferData has data in Windows

enter image description here But not when debugging on Linux

enter image description here The search for a possible cause showed nothing. Any ideas what could be the problem here?

+1
source share

Source: https://habr.com/ru/post/1385532/


All Articles