Opened 14 years ago
Closed 14 years ago
#3665 closed defect (fixed)
dojo._destroyNode undefined in onUnload method on IE7
Reported by: | Eugene Lazutkin | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I enabled sliders for dojox.gfx demos, and during testing noted that on any attempt to close/navigate away from demos IE7 blows up in dijit/_Templated.js:257. Manual inspection has shown that dojo._destroyNode is undefined at this point. It looks bizarre to me, but maybe it makes sense to you.
Note: See
TracTickets for help on using
tickets.
Heh, I think this is a typo: it should be dojo._destroyElement. But it looks so right! :-) I got confused too.