Hi,
I'm doing some tests, and I came upon this problem with destroyDescendants(preserveDom: Boolean?) function.
I have a div that lazy-loads some code, which in turns lazy-loads another section.
Now, if I try to destroyDescendants(false) on the container pane, it removes everything, but does not unregister all ids.
This problem appear only with nested lazy-load. If the lazy-load is 1 level only, it works. But 2 levels and more, it removes all DOM but not the IDs.
I've set up a page here:
http://dojo-test.akayami.homeip.net/test4.html
