Hi all,
I use dijit._tree.dndSource with a dijit Tree, and I am wondering why there is no check to avoid a node to be moved (DnD) on itself??
This of course may be avoided using "checkAcceptance" to check if item is within the selection.
But as in all case the drop will failed and the items will be without parent, will it be possible (sorry for my English) to definitively include this check within onMouseOver method of the dijit._tree.dndSource ?
Regards
