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 157458 - GtkTreeView eats second double click
GtkTreeView eats second double click
Status: RESOLVED DUPLICATE of bug 157492
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-05 17:04 UTC by Soren Sandmann Pedersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Soren Sandmann Pedersen 2004-11-05 17:04:03 UTC
- User double clicks a row in a tree view
- Activation handler changes tree view
- User quickly double clicks the same place

The second double click is not registered.

What happens is that the first click of the second double click is actually
considered a triple click. One way to fix this is to add a
gdk_window_set_triple_clicks (window, boolean) and have the tree view call that
on its window.
Comment 1 Soren Sandmann Pedersen 2004-11-06 01:57:04 UTC
I got confused by Epiphanys crash recovery telling me I needed to select a
component ...

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