#13072 closed defect (fixed)
dojo.destroy broken under IE since rev. 25179
Reported by: | Patrick Ruzand | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | Core | Version: | |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
it seems dojo.destroy (= dojo._destroyElement) has been broken recently (rev. 25179) under IE: an exception is thrown while evaluating the _destroyContainer variable:
l.130 if(!_destroyContainer || _destroyDoc != doc){ _destroyContainer = doc.createElement("div"); _destroyDoc = doc; }
_destroyContainer being undefined, it throws an error under IE.
From what I see, it is due to the now missing _destroyContainer variable initialization to null. (was there previously in 1.6).
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to Kris Zyp |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Refs #13065