Message Thread: |
View All MessagesBack to WebFX |
Make sure you do not keep any references to DOM elements/COM objects from JS objects that otherwise could have been garbage collected. Same applies the other way around. If you use expando properties on DOM objects make sure these are manually cleared. Stay away from behaviors and filters (or be careful here and clean up after yourself). erik |