Currently it seems not to be possible to drop a node into a leaf node. The relevant code in Ext.tree.ViewDropZone.getPosition seems to be:
Before I create an override for that: Is there any way around this? In my case it should be possible to drop into leaf nodes as these become folders then. Just setting leaf=false is not an option as it corrupts the layout.Code:noAppend = record.isLeaf(),
Thanks for your help!
Best regards
Werzi2001