How to gain a focus on JTextFields in Firefox environment?

Hi,

I have a problem gaining a focus on a JTextField when I use Firefox for Linux box. I cannot even click with a mouse and have a cursor in the fields. It seems to me this is the browser's bug, however, are there any programmatical solutions to gain a focus on these fields?

It did not happen when I use Windows XP Professional. Updating the JRE plug-in to 1.6 did not solve the problem.

I have also tried using JTextField#requestFocus(), JTextField#grabFocus() and JTextField#setFocusable() but none of these seem to solve the problem.

Bug reference:

https://bugzilla.mozilla.org/show_bug.cgi?id=233210

[643 byte] By [Manoamana] at [2007-11-26 16:21:27]
# 1
It seems to me this issue is somewhat related to the following issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4851685Does anyone know this bug has been fixed in the Java 1.6.0? I could still reproduce the problem using JRE1.6.0.Thank you,Manoaman
Manoamana at 2007-7-8 22:45:08 > top of Java-index,Desktop,Core GUI APIs...