I tried to put the new EventManager but I have some js error. I put it into a 3.2.1 ext version by replace into ext-all-debug.js.
The js error is onto line : Ext.EventManager._unload();
It said that method doesn't exist.
And Ext.onReady() is never call.
I tried also to put <meta http-equiv="X-UA-Compatible" content="IE=7"/> but my pages doesn't works.
I used actually <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
OK, I tried the patch onto ext 2.3.0 (I have used 3.2.1 only for test) et it also doesn't work. I have an error onto line "if(Ext.isObject(eventName)){" into methode addListener.
But if I understand, even with this patch, onReady doesn't work with EmulateIE7 but actually, it's the only mode with IE=5 our application work.
I tried IE=5 but I have the same probleme.
look as if your ie can't work,try reinstall it or upgrade it
look as if your ie can't work,try reinstall it or upgrade it
Originally Posted by jothi35
I have the same problem. It's cause by the fact that document.readyState never take value "COMPLETE". Then Ext.onready is never call and checkReadyState method is call all 2 ms. Also, onLoad isn't also never call.
I can't put <meta http-equiv="X-UA-Compatible" content="IE=8"/>, my pages aren't compatible.
Do you plan to fixe this, or have you got a solution ?
Thanks.
look as if your ie can't work,try reinstall it or upgrade it
Initially, our ext version for production is 2.0.2 and I find a patch on 2.0.1 here
Into this patch, onReady is call when the line document.documentElement.doScroll('left') not throw exception.
It's better with this solution because onReady is now always called. But onload event is never call.
I can move my onload javascript into Ext.onready but if onload is never call, can we have another problems ? For instance, Ext.lib.Event._load isn't called, loadComplete is never uptate to true and _tryPreloadAttach is call all 20ms.
I am also facing the same issue.
I have tried using <meta http-equiv="X-UA-Compatible" content="IE=8"/> . However this is not working. Can anybody help me on this. I am using ext js version 4.1