giateno Posted August 1, 2010 Share Posted August 1, 2010 Hello to all, we are experiencing a very strange issue with IE7 and 8. We made a little script to show user the login form in our site: he clicks the link Login in the main page and a new little window is opened in the center of the screen, keeping the original page open and not reloaded. You can see it here: http://216.38.48.219/loginprova.php Window opening works fine on every browser we tested, the strange thing happens when you type something in the input boxes of the form: with IE characters appears with a lot of delay. It's not easy to explain, please try to that example link. With all the other browsers, it works regularly. Any ideas? Quote Link to comment Share on other sites More sharing options...
radar Posted August 2, 2010 Share Posted August 2, 2010 i tried it out, and it's a coding issue.. because its ajax it doesnt post the HTML to the source so i cant take a look... but what is happening there, (in ie8 anywho), is you're applying some css probably to the text boxes, but they arent being applied at page load. perhaps in an onchange? for me the boxes start out white, i put in some text, and then the boxes turn grey displaying the text. though the programming does seem to be running slow all the way around. even the simple task of clicking the keep logged in check box takes about 5 seconds. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.