GNOME Bugzilla – Bug 657724
gtk_drag_set_icon_xxxxxxx can block DnD events
Last modified: 2011-09-19 11:06:37 UTC
The API's gtk_drag_set_icon_stock, gtk_drag_set_icon_pixmap, gtk_drag_set_icon_pixbuf can block remaining DnD events if the x,y hot spots are set so that the icon covers the drop pointer. This did not happen in GTK 2.16. I have only seen this behavior on windows, I have not tested this on any Linux platform. sample code attached, see drag_begin_handl function.
Created attachment 195216 [details] Drag N Drop sample code
*** This bug has been marked as a duplicate of bug 616544 ***