dhtmxTree "frozen"--clicking on "+" doesn't do anything....?

Hello,

I have used dhtmlxTree before successfully. I am trying to implement it in another application. I am creating 3 trees to be one on top of the other on a web page. I am loading from XML. If I include “mytree.openAllItems(0);” then I see all of the elements however scrollbars do not work. If I take this line out, then I see the “+” beside each node but clicking on it does nothing. I have tested in Firefox and Safari.

Any idea on what could be causing this behavior and why I cannot expand the nodes?

Many thanks!

Cheers,

Hello
Could you provide us a direct link or completed demo to test it locally?
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Your container ‘treebox3’ blocks other containers (treebox1, treebox2).
Therefore you click on this container, instead of on trees.
Try to move away it or to displace.

Thank you for your quick reply! That was it!

Cheers,

You are welcome!