[Solved] IE8/Firefox Behavioral Difference


Since the lost focus seems to happen every 6000 milliseconds, I’d point the blame somewhere at expandone()/contractall() in /js/qm_scripts.js.

Your login form is in the “dropmsg0” div, causing it to be briefly hidden and redisplayed every 6 seconds. The textboxes lose focus in IE8 when hidden. I’d either rename the div to exclude if from the ticker, or modify the ticker script to not run when there’s only one dropmsg div.

1

solved IE8/Firefox Behavioral Difference