Hi,

I'm trying to do smart dragover with a hierarchical tree (each level can
be dragged within the level, but you can't drag a parent into the child
of a sibling).  In the past, I implemented this by setting
draggable/droppable on each of the treefolders, but this seems
unnecessary if one can just set it for the tree.

However, the problem is that there doesn't seem to be any way to get
which folder within the tree is being hovered over, as
getCurrentTarget() simply returns the tree and the dragover event has no
coordinate information stored in it.

Is there something I am missing, or will I need to set up
draggable/droppable and the listeners on each treefolder?  (Please God, no)

Thanks,
Greg

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to