Opened 11 years ago
Closed 11 years ago
#8386 closed defect (duplicate)
Deleting from AndOrWriteStore does not update dijit.Tree appropriately
Reported by: | coldfire22x | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Data | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When deleting an item from the store that is the child of more than one parent, only one visual reference to the item is removed from the dijit.Tree. It works fine with ItemFileWriteStore? so I've made the assumption that the bug lies with dojox.data.AndOrWriteStore?.
Attached is sample code.
Attachments (1)
Change History (2)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Tree doesn't support having children with more than one parent, see #5535.