Community
Participate
Working Groups
It seems that the Tree widget's drag and drop support is broken in current CVS HEAD. To reproduce, see the TreeViewer page in the examples demo. Dragging items used to work in these example trees.
Fixed in CVS HEAD. This was caused by the fix for Bug 348679 - [DND] DragSourceEvent holds absolute coordinates. The examples demo converted the absolute coordinates to tree-relative ones, which does no longer work since the coordiantes already are relative.