After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318026 - [PATCH] Focus appropriate field in password dialog.
[PATCH] Focus appropriate field in password dialog.
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal trivial
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-05 15:11 UTC by Stef Walter
Modified: 2005-10-07 00:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the problem (1.97 KB, patch)
2005-10-05 15:11 UTC, Stef Walter
none Details | Review

Description Stef Walter 2005-10-05 15:11:07 UTC
Will attach a patch that focuses the last empty field in the password dialog.
This is usually the field that the user will want to fill in. For example the
smb gnome-vfs method fills in (guesses at) username and domain. In most cases
these will be correct and the user should just need to type in the password
without tabbing to that entry.
Comment 1 Stef Walter 2005-10-05 15:11:50 UTC
Created attachment 53061 [details] [review]
Patch to fix the problem
Comment 2 Stef Walter 2005-10-07 00:25:38 UTC
2005-10-07  Nate Nielsen  <nielsen@memberwebs.com>

	* libgnomeui/gnome-password-dialog.c: (dialog_show_callback)
	Focus the first non-empty field. Bug #318026