Gui.move_above and gui.move_below work badly on child nodes

The two api calls mentioned in the topic title disconnect the child nodes from the parent.

The attached test program shows that the child node to which I call gui.move_above is placed in the lower left corner of the screen. As a control, I print the parent before and after the move. After moving it, gui.get_parent returns nil.

GuiOrderingTest.zip (3.3 KB)