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 484640 - Improve double click handling in GtkIconView
Improve double click handling in GtkIconView
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkIconView
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-08 09:03 UTC by Kristian Rietveld
Modified: 2014-06-28 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow activating an item after single click on a different item (1002 bytes, patch)
2013-01-18 21:54 UTC, William Jon McCann
committed Details | Review

Description Kristian Rietveld 2007-10-08 09:03:28 UTC
The double click handling in GtkIconView needs improvement as suggested in:

  http://mail.gnome.org/archives/gtk-list/2007-October/msg00041.html

Especially the case where you select item "A" and then quickly double click on item "B" you expect an item-activated signal to the emitted for item "B", which does not happen currently.

GtkTreeView used to have the same issues, see bug #120187 and revision 8623 in SVN.
Comment 1 William Jon McCann 2013-01-18 21:54:59 UTC
Created attachment 233804 [details] [review]
Allow activating an item after single click on a different item

We were ignoring double click events when a different item was
previously selected.
Comment 2 Ovocean 2014-06-23 10:51:07 UTC
Bug still present in GTK 3.10.8
Has the patch been integrated in a more recent release?
Comment 3 Matthias Clasen 2014-06-28 04:23:56 UTC
Attachment 233804 [details] pushed as aa30278 - Allow activating an item after single click on a different item
Comment 4 Ovocean 2014-06-28 20:31:15 UTC
Thank you !