After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657724 - gtk_drag_set_icon_xxxxxxx can block DnD events
gtk_drag_set_icon_xxxxxxx can block DnD events
Status: RESOLVED DUPLICATE of bug 616544
Product: gtk+
Classification: Platform
Component: Widget: Other
2.22.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-08-30 15:15 UTC by Brad Dolter
Modified: 2011-09-19 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drag N Drop sample code (14.12 KB, text/plain)
2011-08-30 15:17 UTC, Brad Dolter
Details

Description Brad Dolter 2011-08-30 15:15:27 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.
Comment 1 Brad Dolter 2011-08-30 15:17:36 UTC
Created attachment 195216 [details]
Drag N Drop sample code
Comment 2 Dieter Verfaillie 2011-09-19 11:06:37 UTC

*** This bug has been marked as a duplicate of bug 616544 ***