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 150042 - open file dialog can not enter password
open file dialog can not enter password
Status: RESOLVED OBSOLETE
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
CVS HEAD
Other Linux
: High normal
: ---
Assigned To: Alexander Larsson
Alexander Larsson
Depends on:
Blocks:
 
 
Reported: 2004-08-13 10:34 UTC by shufengYang
Modified: 2009-02-28 16:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description shufengYang 2004-08-13 10:34:11 UTC
I add SMB network to "open file dialog", but when open a shared directory which
need to enter password first, the "password enter dialog" cannot accept charcter
from the keyboard.
Comment 1 Federico Mena Quintero 2005-05-05 17:48:24 UTC
Does this still happen?  There were some important changes since the time this
bug was filed, and I believe it should be fixed now.
Comment 2 Federico Mena Quintero 2005-06-10 05:58:41 UTC
The password dialog should be in its own window group, not the default window
group --- that way the modal grab will not affect it.
Comment 3 Christian Persch 2006-12-03 22:11:06 UTC
I think this is still relevant.

gnome-authentication-manager uses gnome-password-dialog in 2 ways:

nonblocking: present_authentication_dialog_nonblocking():
It checks if there's a grab and sets itself modal. However, if forgets to join the parent's window group.

blocking: using gnome_password_dialog_run_and_block():
g-a-m never sets a parent in this case. The dialogue is modal while it runs, and should get its own window group. (Should be added in g-p-d.c not g-a-m.c; and since g-p-d can be used by others, it should either add to parent's window group or to own if it has no parent.)
Comment 4 Kjartan Maraas 2008-08-28 10:24:13 UTC
Is this still relevant now that the file chooser implementation is gone from libgnomeui? Does the new one also use gnome-authentication-manager?
Comment 5 Tobias Mueller 2009-02-28 16:47:11 UTC
I assume it's not. It's a severe issue that would have raised duplicates since. Christian, feel free to reopen!