• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux CentOS 4.2 + Firefox 1.5.0.5 : Focus doesn't work on password input field

b4u

Golden Member
Hi,

I'm testing a javascript block created by struts, and I'm receiving a strange result.

The web page is a simple login form, with username and password. Username is a text input, password is a ... well, a passsword input 🙂

So I want to put the focus on the password. Under Windows XP with Firefox 1.5.0.6, it correctly puts the focus on the password field.

No under another machine, a Linux CentOs 4.2 with Firefox 1.5.0.5, it just doesn't put any focus at all. If I simply change the password input to type text, it correctly sets the focus.

Maybe version 1.5.0.5 of Firefox, I thought, so I got the 1.5.0.5 version, install it on a Windows XP without any previous Firefox installation, and the problem DOESN'T occur ... so am I safe to assume it's a FF+Linux issue? Or do you have any other ideas?

<edit>code added</edit>

Thanks
 
Back
Top