Minder
Minder copied to clipboard
when cutting and pasting multiple nodes, their subtrees should go along just like in drag and drop
If one selects a node with a subtree, and then drag that node to change it's parent, the whole set of the node and its subtree is correclty moved to the new parent; however, if I want to execute the same operation, using cut and paste, the child nodes of the selected node are not cut and pasted togehter as a whole tree and they become siblings of the siblings of their parent
I would also expect the entire subtree to be cut and pasted. Sounds like a bug.
I am unable to reproduce this issue in the devel branch.
Ah. The bug title is inaccurate. This should read that when multiple nodes are selected, sub trees are not cut and pasted. Things work as expected when only one selected node is cut and pasted.