I can understand that, after removing the child nodes using clearChildNodes, the memory is not released.
But the problem is that the memory is also NOT released after RELOADING the page.
I have a node with 2000 child nodes. When I just expand the node, then reloads the page, there is no problem.
However, when I expand the node, then clear the child nodes using clearChildNodes, the memory taken by Internet Explorer is NOT released even after reloading the page.
We have bought the source code. Is there something we can change to avoid this problem ?