Opened 14 years ago
Closed 14 years ago
#3587 closed task (fixed)
DnD: should use dojo._destroyElement()
Reported by: | bill | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | DnD | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Avatar.js and selector.js call parent.removeChild(child). Should probably call new dojo._destroyElement(child) instead.
Note: See
TracTickets for help on using
tickets.
Fixed in [9452] by Adam.