PR# 4333 Not allowed to expand a tree node if it has no parent

Problem Report Summary
Submitter: nick.allen
Category: EiffelVision
Priority: Medium
Date: 2005/02/19
Class: Bug
Severity: Non-critical
Number: 4333
Release: 5.5
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0
Synopsis: Not allowed to expand a tree node if it has no parent

Description
The is_expandable feature in EV_TREE_ITEM only allows one to expand it if the node is attached to a parent. 

From an API point of view this is just annoying. One should be able to set the expanded status for a tree node and it should remember it. When it is attached to a parent it should keep the expanded status that was set earlier.
To Reproduce

										
Problem Report Interactions
From:nick.allen    Date:2005/11/11    Download