GNOME Bugzilla – Bug 149694
tab after name entry should take you to the next screen (usually password)
Last modified: 2004-08-18 19:08:20 UTC
Users are more habituted for movement between Username and password fields by hitting the <TAB> key. The gdm login screen does not allow the TAB key as a request for movement between fields.
Created attachment 30356 [details] [review] Proposed Patch
You cannot differentiate between username and password prompts like that because they may not come in that order or it may not be just those two prompts. PAM is a general system and could ask any type of questions it wants. There is a semi broken detection of username prompt, but I think it is much better if TAB is not allowed to be consistent. Having the tab work only on one of the prompts and only some of the time is just not good UI.