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 82793 - GtkTreeView loses state when collapsed
GtkTreeView loses state when collapsed
Status: RESOLVED DUPLICATE of bug 50054
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other other
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2002-05-23 20:47 UTC by Ian Peters
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ian Peters 2002-05-23 20:49:00 UTC
Package: gtk+
Severity: normal
Version: 2.0.2+CVS
Synopsis: GtkTreeView loses state when collapsed
Bugzilla-Product: gtk+
Bugzilla-Component: GtkTreeView

Description:
When you collapse a higher level node of a GtkTreeView, and then expand
it again, all expanded nodes below it are lost.  :(

For example:

\/ foo
   > bar
   \/ baz
      > bam

Then, collapse foo to get:

> foo

Then, expand foo to get:

\/ foo
   > bar
   > baz

Ideally, it would remember that you had the baz node expanded, rather
than forcing you to manually restore your state.

(This behaviour was observed in gconf-editor)




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-23 16:49 -------

Reassigning to the default owner of the component, gtktreeview-bugs@gtk.org.

Comment 1 Jonathan Blandford 2002-05-23 21:05:56 UTC

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