Hi All

I've been having some very odd issues with my tree control in Flex 3.

My control is bound to an XML dataprovider and has a custom dataDescriptor
(but all these issues seem to continue without the dataDescriptor).

One issues was that if I delete a node and then append a new node in it's
place enough times the scroll bars on the tree control would appear as the
tree control think that the tree is a lot longer. If you scroll you get the
root node multiple times.
This was fixed by using replaceNode instead.

I've also had a lot of lay out issues, multiple labels appearing on one
branch ect.

Lastly, and this is the bug I want help with, when I expand a branch and try
to click on a leaf (that has just been added) I often can't click on it
initially. I have to click on the selected and expanded parent then click on
the child to select it.

I have tried to make simple test cases for these issues but have not been
able to replicate it in a cut down version. I may have another go at this
later if I have time.

Has anyone else had trouble with the tree component?

Thanks

-- 
Giles Roadnight
http://giles.roadnight.name

Reply via email to