#3588 closed task (fixed)
Iframe, ScriptIO: should call dojo._destroyElement()
Reported by: | bill | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | IO | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
iframe.js and script.js call parent.removeChild(child). Should probably call new dojo._destroyElement(child) instead. In particular, script.js remove() is doing
node.outerHTML='';
which Alex tells me is very dangerous.
Change History (4)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Owner: | changed from alex to James Burke |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
Milestone: | 0.9 → 0.9beta |
---|
Note: See
TracTickets for help on using
tickets.
(In [9417]) Fixes #3588. Use new dojo._destroyElement call instead of removeChild