You need to sign in to do that
Don't have an account?

Salesforce - IE9 Support
Hi All,
Does Salesforce support IE9 ?
I have some VF pages exposed via Force.com Sites which is working well in other browsers and IE8 too.
But the same hangs in IE9.
Is there any workaround which any of you have used and works fine ?
Regards,
Lakshmi.
Ok, So I fixed the same using
Apexpages.currentPage().getHeaders().put('X-UA-Compatible', 'IE=8');
Since I had the same controller associated with all the pages and since it would be invoked only once for the first page, put the code in the controller function called in apex:page action for all the pages.
(Just put this down..in case it is helpful for somebody.)
By the way this link was helpful -
http://blogs.developerforce.com/developer-relations/2011/03/visualforce-rerender-and-internet-explorer-9.html
Regards,
Lakshmi.
All Answers
Ok, So I fixed the same using
Apexpages.currentPage().getHeaders().put('X-UA-Compatible', 'IE=8');
Since I had the same controller associated with all the pages and since it would be invoked only once for the first page, put the code in the controller function called in apex:page action for all the pages.
(Just put this down..in case it is helpful for somebody.)
By the way this link was helpful -
http://blogs.developerforce.com/developer-relations/2011/03/visualforce-rerender-and-internet-explorer-9.html
Regards,
Lakshmi.
Hi,
Please check questions and answers in below blog which are mostly related to IE 9 and i am sure it will solve your lots of problem.
http://shivasoft.in/blog/salesforce/salesforce-interview-questions-part-10/