Opened 13 years ago
Closed 13 years ago
#5558 closed defect (fixed)
Tree: dropping onto tree icon doesn't work
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you drop something onto a tree label, it works, but dropping onto the icon has no effect.
Tested on FF3/mac using test_Tree_DnD.html.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11998]) Provide user level hooks onNewTopItem() and onNewChildItem() to handle messages from data store about new items. Make public setChildItems() call to manually manipulate tree in response to said data store updates. Fixes #5536. DND seems to be working now (except for clicking the icon, see #5558). !strict