GNOME Bugzilla – Bug 783905
Drag in Minicard view stuck
Last modified: 2017-06-19 11:51:23 UTC
Just something I noticed now, with Evo 3.22.6: dragging contacts from one addressbook to another works in listview (columns) mode, but not in cards/grid mode; it starts the drag action but doesn't let you exit the view with the mouse cursor, grabbing/stealing the pointer until you press the Escape key on the keyboard.
Thanks for a bug report. I can reproduce it too, with the latest development version. It looks like there changed some rules in gtk+, or I didn't test changes in commit 65dc737f properly. In any case, switching the order of the gtk_drag_begin() and the gtk_drag_remove() fixes the issue (and also makes more sense, when I think of it). Created commit fc3f5a4 in evo master (3.25.4+) Created commit fa30fb8 in evo gnome-3-24 (3.24.4+)