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 83205 - double clicking on a branch should expand it.
double clicking on a branch should expand it.
Status: RESOLVED DUPLICATE of bug 80590
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-28 00:07 UTC by Damien Covey
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damien Covey 2002-05-28 00:07:49 UTC
A branch should be able to be expanded by double clicking it.  Currently
the only way to expand a brach is to click on the arrow to the left of it.
Comment 1 Dave Bordoley [Not Reading Bug Mail] 2002-06-07 05:12:50 UTC
This is a more general gtk treeview issue.....
Comment 2 Kristian Rietveld 2002-06-07 07:56:48 UTC
We removed "double click expands/collapses a branch", because we were
overloading the double click. The double click caused two things to
happen:
1) activate the row (emit row_activated)
2) expand/collapse row if applicable

We decided overloading was bad and removed 2).

Leaving this bug opened for now, so Jonathan can have a look too.
Comment 3 Calum Benson 2002-06-07 17:13:02 UTC
I guess the only problem here is that some trees will want to
implement 'double-click opens this node's
preferences/contents/A.N.Other window' for non-child nodes as well as
child nodes, so we couldn't make it the one and only behaviour
available for trees.  It would probably make a good default though.
Comment 4 Calum Benson 2002-06-07 17:14:33 UTC
Ah.. I added my comments before reading Kristian's, I guess they kind
of make the same point from a different perspective :)
Comment 5 Jonathan Blandford 2002-09-16 19:22:50 UTC
This is part of the generic mode API I want to write.

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