GNOME Bugzilla – Bug 82793
GtkTreeView loses state when collapsed
Last modified: 2004-12-22 21:47:04 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.
*** This bug has been marked as a duplicate of 50054 ***