Ticket #638 (closed defect: fixed)
Adding child to tree using RPC control causes double-addition
| Reported by: | lcampagn@… | Owned by: | ilia |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Widgets | Version: | 0.3 |
| Severity: | major | Keywords: | |
| Cc: |
Description
I've got an RPC controlled tree based off of this example http://archive.dojotoolkit.org/nightly/tests/widget/tree/test_Tree_7.html only running a real database backend. The problem is that if I create a child on a node that has not yet been expanded, I see the created node twice--once from when it is initially created, and another from when the node is expanded.
Using nightly for 04/20
Change History
Note: See
TracTickets for help on using
tickets.