Opened 14 years ago
Closed 14 years ago
#3732 closed defect (wontfix)
dojo._destroyElement public?
Reported by: | guest | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | HTML | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Anyone creating elements in IE will need to destroy them as well and avoid the memory leaks... I see that a dojo.createElement is coming (soon I hope) :) It should probably have a public counterpart...
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → HTML |
---|---|
Milestone: | → 0.9 |
Owner: | changed from anonymous to alex |
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this is not strictly true. If they are destroying elements before the page unloads then yes, they should call _destroyElement on them (we think), but we're still testing the implementation and utility of _destroyElement. Marking "wontfix".