Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Linux/ Windows
Description
axiom_node_insert_sibling_after and axiom_node_insert_sibling_before methods doesn't check weather the siblings are added to a node which has a parent node. With the current implementation if somebody tries to add a sibling to a root node it will be successful but the tree will be incorrect.