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

