This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82787 - focus in connect dialog should be on password
Summary: focus in connect dialog should be on password
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 05:26 UTC by Pavel Buzek
Modified: 2006-08-17 11:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2006-08-16 05:26:55 UTC
If you have the username already set if would be nice to put the focus into the
password field because that is most likely what you need to type. The user will
not have to press Tab 2 times. Feel free to downgrade to P4, but it seems like
such a small thing that it may be faster to simply fix :-)

CC Jano to confirm that putting focus in the middle of dialog does not violate
any UI rules.
Comment 1 Andrei Badea 2006-08-16 15:51:26 UTC
I hope it doesn't violate anything, I already have the fix. Will commit tomorrow.
Comment 2 jrojcek 2006-08-16 16:19:38 UTC
If the user specified the name before, it's okay next time to make the password field initially focused.
Comment 3 Andrei Badea 2006-08-17 11:50:35 UTC
Fixed.

Checking in src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.java,v  <-- 
ConnectPanel.java
new revision: 1.16.2.1.2.2; previous revision: 1.16.2.1.2.1
done
Checking in src/org/netbeans/modules/db/explorer/dlg/ConnectionDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/ConnectionDialog.java,v  <-- 
ConnectionDialog.java
new revision: 1.9.6.1.2.3; previous revision: 1.9.6.1.2.2
done
Checking in src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java,v  <--
 NewConnectionPanel.java
new revision: 1.14.2.1.2.5; previous revision: 1.14.2.1.2.4
done