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 163973 - User/password dialog is not kept on top
User/password dialog is not kept on top
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
2.11.x
Other All
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-13 18:13 UTC by Jorn Baayen
Modified: 2006-01-15 21:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Proposed patch against HEAD (937 bytes, patch)
2005-07-12 20:08 UTC, Christian Neumair
none Details | Review

Description Jorn Baayen 2005-01-13 18:13:42 UTC
Use "connect to server" to create a new server icon (I test with webdav). Drag a
file to it. When it asks for a password, wait. The copy/move progress window
will appear on top of the password dialog. This tends to disturb people who are
just trying to remember their password.

The second problem is that when pressing cancel in the password dialog, it will
just pop up a new password dialog.
Comment 1 Christian Neumair 2005-07-12 20:04:16 UTC
The latter is an gnome-vfs issue (cf. bug 139832), while the former is very
likely libgnomeui-related with metacity bugginess involved. Reassigning.
Comment 2 Christian Neumair 2005-07-12 20:08:25 UTC
Created attachment 49052 [details] [review]
Proposed patch against HEAD

Keeps password dialog above. Should work if metacity worked correctly. cf. bug
310170.
Comment 3 Kjartan Maraas 2006-01-15 21:51:09 UTC
Commiting. Thanks.