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
AsterAster 

Force.com Sites - IE7 & IE8 issue

Hello,

 

We have build a public site on force.com Sites.

 

The site has multiple pages and a single controller. The code is working perfectly as expected in the development & System Test environment (both are developer instances), however after deploying the same to UAT Config Only Sandbox, we are unable to complete the process in IE7 & IE8.

 

When the user navigates from the a particular Page X to the Page Y, instead of calling the method for the next page, the constructor is called, which refreshes the controller and all saved user input data is lost. This happens only for IE 7 & IE 8.

However, there is no problem with other browsers such as IE9, Firefrox, Chrome, etc.

 

The ST environment (developer sandbox) having the same code set, does not face this problem in any browser.

 

This has stumped us and we are not able to identify any solution to this. Has anyone faced a similar issue or can suggest what can we do?

 

Ady