I’ve a bug when I try te reload my tree, if a d&d action has been done.
If I move a sister item into a parent item, and call the method deleteChildItems(0) I have this javascript error:
Failed to execute ‘insertBefore’ on ‘Node’: The node before which the new node is to be inserted is not a child of this node.
I 've the 3.6 version, is this bug is fixed in 4.6 ? Is there a way to fix this in bug in this current version ?
click on deleteChildItems buttons
–> Failed to execute ‘insertBefore’ on ‘Node’: The node before which the new node is to be inserted is not a child of this node.
ps : i tried to make the migration in 4.6 version, but the enableSmartRendering disappear in this suite and the performance too : for a node with 10 000 nodes, it takes 13’ against 1’ in 3.6 version.
ps2 : is there a way to make an update of others components in 4.6 and keep dhtmxTree in 3.6 ?