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 138458 - GtkTreeView steals focus on double click
GtkTreeView steals focus on double click
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-03-30 01:02 UTC by Todd Berman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Todd Berman 2004-03-30 01:02:39 UTC
Double click a treeview, in the row activated handler assign focus to another
widget.

The Treeview will steal the focus back.

This is a new behaviour under gtk+ 2.4, under 2.2 the focus goes to the widget
you set focus to.
Comment 1 Jonathan Blandford 2004-04-13 16:50:03 UTC
This changed recently when we moved focus grabbing to occur at the end of events
to prevent re-entrancy.  It doesn't make much sense to grab focus on a
double-click event as the initial click will grab focus.  Fixed in CVS.