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 684433 - Evolution should hide the system modal password prompt when checking password
Evolution should hide the system modal password prompt when checking password
Status: RESOLVED WONTFIX
Product: evolution
Classification: Applications
Component: general
3.6.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 682830
 
 
Reported: 2012-09-20 08:09 UTC by Stef Walter
Modified: 2013-09-13 01:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
authentication: Don't keep password dialog up for unbounded amount of time (4.23 KB, patch)
2012-09-20 10:54 UTC, Stef Walter
none Details | Review

Description Stef Walter 2012-09-20 08:09:01 UTC
While checking the user's password, evolution should destroy the system modal password prompt, and allow the user to get on with other stuff.

Checking the user's password, by logging into the server can take an long and unbounded amount of time. Having the user stare at an unusable computer during this time isn't useful.

Using a system modal prompt for an email password is dubious at best, because all other usage of the computer is blocked, due to an action that the user did not necessarily initiate. But if this is indeed necessary, then we should make it easy to get on with work after entering the password.

Seeing this behavior with git master.
Comment 1 Matthew Barnes 2012-09-20 10:52:01 UTC
No, I explicitly designed the authentication phase to keep the password dialog up while verifying the password in case the password is rejected.

I find it extremely annoying when a password dialog closes as though authentication were successful, only to pop up a few seconds later prompting for the same account.  It leaves me not knowing for sure whether authentication actually worked, since the dialog could pop up again at any seconds.

If a server is taking a long time to respond, you can always cancel.
Comment 2 Stef Walter 2012-09-20 10:54:26 UTC
Created attachment 224827 [details] [review]
authentication: Don't keep password dialog up for unbounded amount of time

Showing a system modal dialog for an unbounded amount of time after
the user has entered a password (eg: while connecting to a server)
is really annoying.