Opened 11 years ago
Closed 11 years ago
#9685 closed enhancement (fixed)
Tree: drag source should support forInSelectedItems()
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The tree drag source doesn't have a forInSelectedItems() but that's expected from drag sources, since dojo.dnd.Source supports it.
Note: See
TracTickets for help on using
tickets.
(In [19652]) Number of fixes (!strict) around Tree DnD:
I wasn't sure what fields are best to set in the object returned from getItem(). For now it's just setting type == treeNode and data == the TreeNode? widget.