I have successfully developed some application using netbeans as IDE. and they are all in currently production for the company.
But, here I faced one problem that the application is running perfectly fine in IE-6, but when i upgraded it to the IE-8, It does not support full features of the application and it is behaving awkward.
So I wanted to know, how 2 versions of IE makes the same application behaving different, and Is it related to some kind of development of the application, and whether we can make it working in all the versions.
I want to know some behind the scenes fact.
Thanks!!
If you are using richfaces 3.x, it has known issues with IE9 which are not yet fixed.
If you application work with IE7, then specify
X-UI-Compatiblemeta tag to emulate IE7 behavior.