Is there any way to turn off elCache ?
here and then i always get javascript error from extjs
?'Ext.elCache[...].events' is null or not an object
Is there any way to turn off elCache ?
here and then i always get javascript error from extjs
?'Ext.elCache[...].events' is null or not an object
When are you getting this error?
One of the places is when i use TreeGrid Component.
I keep hovering over the tree node and after sometimes it hit that problem.
Not so sure if some custom logic that i did internally caused this.
Just wondering if there is a way to turn off this the elCache thingy.
You could set Ext.enableGarbageCollector = false, but you don't actually want that.
You should look into why you are getting this error. Can you post a stacktrace of the error (using ext-all-debug.js - don't forget to specify the Ext version).
The error is on
I am using EXT JS 3.2.0Code:Ext.elCache[...].events' is null or not an object line 2705 char 13 /// There is some jquery work around stuff here that isn't needed in Ext Core. function addListener(el, ename, fn, task, wrap, scope){ el = Ext.getDom(el); var id = getId(el), es = Ext.elCache[id].events, wfn;
You'll need to post your application Ext code, otherwise we can only guess![]()