Bug #396
closedlogin dialog requires tab before text entry
0%
Description
The password field of the login dialog should have default focus so the user
does not have to hit the tab key to start entering their password.
Updated by Dan Higgins over 22 years ago
perhaps this is a Linux problem? Password field has the focus on Windows
Updated by Matt Jones over 22 years ago
I just checked. It does not work under linux using JDK1.4. Please make sure it
works on all platforms (Win, Linux, MacOSX) using both JDK1.3 and JDK1.4. Thanks.
Updated by Matt Jones over 22 years ago
At the same time, lets make sure that the keyboard navigation keys work in the
ProfileDialog as well, so that the user can hit "return" to move to the next
screen. Check jdk1.3 and 1.4, on all platforms.
Updated by Matthew Brooke over 22 years ago
Keyboard navigation keys work in ConnectionFrame (ie Login dialog) and
ProfileDialog so that the user can hit ENTER to move to next screen. Checked
jdk1.3 and 1.4, on Windows & Linux.
Also fixed loss of initial textfield focus under jdk1.3/linux, added button
mnemonics and changed so buttons can be activated by tabbing to highlight them
and then hitting enter, instead of default activation key (spacebar)