Treeview Hang on Dragging
Posted: May 9, 2009 Filed under: Uncategorized Leave a comment »dragging onto a xul tree that has a treeview defined hangs the browser. I’ve defined the nsITreeView function canDrop and it returns true always. /-:
UPDATE: I defined getParentIndex (nsITreeView), but didn’t implement it, this function has to be implemented for a drop operation and must return -1 if the row has no parent. agh.