By starting a drag with PrivateRawData from a listbox into a Canvas in Mac it doesn’t works, the same code in Windows works fine.
I have to use drag.text instead on the Mac.
Have tested with the sample application ListBoxesDragAndDrop by just adding a Canvas and changing one of the Listboxes drags to PrivateRawData. Dragging from the “Text” listbox works but not from the “Raw” listbox.
Exactly the same code in Windows works both for text and raw.
Am I missing something?