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 783905 - Drag in Minicard view stuck
Drag in Minicard view stuck
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
3.22.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2017-06-17 20:21 UTC by Jean-François Fortin Tam
Modified: 2017-06-19 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2017-06-17 20:21:12 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.
Comment 1 Milan Crha 2017-06-19 11:51:23 UTC
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+)