function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lakslaks 

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.

Best Answer chosen by laks
lakslaks

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

lakslaks

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.

This was selected as the best answer
JitendraJitendra

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/