Question IE8 issue in Web application

Vipinnair

New member
Joined
Mar 27, 2010
Messages
1
Programming Experience
1-3
Hello All,

Hope I will get a solution from this forum for my headache.

I am developing a webapplication, which has dynamic rendered controls and the controls visibility is handled using java script.

Coming into more details about my application.. i am making multiple text boxes visible using java script by selecting the value from a dropdown.

The issue i am facing in IE8, once I entered the values in these dynamic text boxes and go to next page. While coming back the data entered in the text boxes are not getting visible. I checked the view source the data is present there . But its not getting displayed in the page.

Interesting stuff is , when we giving focus to the text boxes , the data is getting visible.

This issue is happening only in IE8 browser/ :(

Is there any one faced similar issue like this?

Can any one provide any possible solution for this??

Advanced thanks

Vipin
 
just as a test, add labels to the same page, next to your textboxes and make them have the same text as the textboxes.
Once you come back to the page, let me know if the text is visible for the labels.
 
Back
Top