Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.6
Language Found: English
Description
The tree structure is as follows:
Any Theme
– T 2
---- T 5
------ T 6
---- T 4
– T 1
---- T 4
---- T 3
Steps to reproduce:
1. compile and execute application tests.mxml
2. Open tree nodes "Any theme", "T 2" and "T 5"
3. Select node "T 6"
4. Close node "T 5" ("T 6" still being the selected node)
4. Try to select node "T 4" while "T 5" is closed
Actual Results:
You cannot select node "T 4" when "T 6" is selected and "T 5"
Expected Results:
You can select any node
Workaround (if any):
Place leaf nodes before non-leaf nodes in the tree data provider:
Any Theme
– T 2
---- T 4
---- T 5
------ T 6
– T 1
---- T 4
---- T 3