GNOME Bugzilla – Bug 50054
Save expanded node state in TreeView
Last modified: 2013-10-06 05:51:12 UTC
* Allow for storing of expanded nodes. Ie. if a child node is expanded, then the parent is collapsed and reexpanded, we want to also expand the child. Puntable 'til later. One way to do this is to just set the height of all subnodes to 0.
Put all GTK 1.3.x bugs on 2.0.0 milestone
*** Bug 59377 has been marked as a duplicate of this bug. ***
Reassigning bugs to new component owner. Sorry for the flood.
May I suggest a closer milestone for this item ? It is one of the main reasons for keeping a CTree rather than switching to a TreeView as far as I can see. Arno
*** Bug 82793 has been marked as a duplicate of this bug. ***
*** Bug 75128 has been marked as a duplicate of this bug. ***
Here some other case you guys might want to fix: 1. Expand node "P" in a TreeView 2. Remove all the sub nodes of "P" -> At this point the state "P" automatically changes from expanped to collapse. 3. Add a new node "C" to node "P" -> In order to show node "C" is necessary to expand node "P" again. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=40797
Sorry. Changed a field by mistake... fixing it.
*** Bug 242745 has been marked as a duplicate of this bug. ***
closing old bugs