I recently installed the CB 1.7 upgrade and I'm encountering some problems with the difference between IE and FF browsers. Specifically the lost username/password page is functioning incorrectly on IE but properly on FF. I have traced the javascript through and the problem seems to be one of timing. On IE, in the jQuery function that catches the click to slide open the Lost Username (or Lost Password) panel, the check-box is not showing as checked until after the JS has completed. This is in the $('#boxLostUsername,#boxLostPassword').click function. The process works perfectly on FF.
So what happens is the user clicks the check-box for Lost password on IE and nothing happens. They un-check it and the panel slides open. They check it again and the panel slides closed. As I said: it work perfectly on FF. I also verified that it's not just my computer. In fact, a user reported it.
I am on the latest version of CB, IE9, and FF7. I have tested it on other releases of IE and it is the same (haven't checked IE6 of course).
Has anyone else encountered this issue? Any suggestions for how to resolve it?
Thanks,
Jerry