Forum /
Ext JS 2.x - Unsupported /
Ext 2.x: Bugs /
IE9 is not compatible with ExtJS 2.3
IE9 is not compatible with ExtJS 2.3
Good morning
my application extjs 2.3 does not work on IE9!
What is the changes for my application is running on IE9?
thank you very much
I found a temporary solution
Adding this line between <head> </ head>
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=8" > <title>My webpage</title> </head> <body> <p>Content goes here.</p> </body> </html>
page and web.config iis server
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=8" />
</ customHeaders>
</ httpProtocol>
</ system.webServer>
</ configuration>
this will force IE 9 to function as IE8
Sencha - Community Support Team
You are correct Ext 2.3 was released before IE9 and since it's no longer supported, you're going to have to manage any issues you find. Ext 3.4 was released to support IE9, so you could look at the differences between 3.3 and 3.4 to see what you might be able to apply to your 2.3 build.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us