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 641056 - gtk_drag_set_icon_widget breaks DND in 2.22 (regression from 2.16)
gtk_drag_set_icon_widget breaks DND in 2.22 (regression from 2.16)
Status: RESOLVED DUPLICATE of bug 616544
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.22.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-01-31 17:31 UTC by Olivier Aubert
Modified: 2011-09-19 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small code reproducing the error (1.38 KB, text/plain)
2011-01-31 17:31 UTC, Olivier Aubert
Details

Description Olivier Aubert 2011-01-31 17:31:50 UTC
Created attachment 179729 [details]
Small code reproducing the error

I am using gtk_drag_set_icon_widget in an application, in order to set a custom drag icon. The application works fine on linux/gtk-2.20 and previous gtk versions and windows/gtk-2.16 and previous gtk versions. However, it is broken on windows/gtk-2.22 (installed from the all-in-one bundle): drag motions are not detected anymore (and hence DND is not working at all).

The attached (pygtk) code exhibits the issue: drag motion data is displayed for both buttons on linux and windows/gtk-2.16. It is not displayed for the second button on windows/gtk-2.22 (and incidentally, data for the first button is displayed, but only after a delay).
Comment 1 Dieter Verfaillie 2011-09-19 11:05:44 UTC

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