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 681006 - Escape should cancel DnD operation
Escape should cancel DnD operation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 680317 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-08-01 16:59 UTC by Cosimo Cecchi
Modified: 2012-08-07 03:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cosimo Cecchi 2012-08-01 16:59:36 UTC
When a DnD operation is being performed, Escape should cancel it, in the same way the menu grab is broken when Escape is pressed while a menu is showing.
Comment 1 Jakub Steiner 2012-08-02 08:55:56 UTC
*** Bug 680317 has been marked as a duplicate of this bug. ***
Comment 2 Matthias Clasen 2012-08-07 02:32:31 UTC
Hmm, we have code to do this.
It works with GDK_CORE_DEVICE_EVENTS=1.
It seems the XI2 variant of it is broken.