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 672510 - Provide better feedback to the user during authentication
Provide better feedback to the user during authentication
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.3.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-03-20 23:33 UTC by Cosimo Cecchi
Modified: 2014-05-13 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
oauthprovider: Show a spinner while fetching the request token (2.54 KB, patch)
2012-04-05 14:39 UTC, Debarshi Ray
committed Details | Review
New GoaWebView widget based on Epiphany's (18.37 KB, patch)
2012-04-05 14:40 UTC, Debarshi Ray
committed Details | Review
webview: Use the floating bar from Nautilus (19.59 KB, patch)
2012-04-12 18:10 UTC, Debarshi Ray
committed Details | Review

Description Cosimo Cecchi 2012-03-20 23:33:19 UTC
- Add e.g. a Google Account from the Online Accounts panel
- A web view will show up, asking to enter your username/password
- Press Enter -> nothing apparently happens, until the next page loads

This is noticeable, especially with a slowish connection. I think as soon as the credentials are confirmed we should show a spinner indicator somewhere in that dialog until the next "Grant/Deny" page is loaded.
Comment 1 Debarshi Ray 2012-03-21 12:46:07 UTC
Yes, and it can take some time to show you the initial "enter your credentials" page.
Comment 2 Debarshi Ray 2012-04-05 14:39:52 UTC
Created attachment 211387 [details] [review]
oauthprovider: Show a spinner while fetching the request token
Comment 3 Debarshi Ray 2012-04-05 14:40:25 UTC
Created attachment 211388 [details] [review]
New GoaWebView widget based on Epiphany's
Comment 4 Debarshi Ray 2012-04-05 14:45:35 UTC
There are still some blocking calls which should give some progress feedback to the user, and the embedded web widget needs some more polish. But it is a start.

I am pushing these to master.
Comment 5 Debarshi Ray 2012-04-12 18:10:01 UTC
Created attachment 211948 [details] [review]
webview: Use the floating bar from Nautilus
Comment 6 Debarshi Ray 2014-05-13 13:36:07 UTC
Lets close this now. What we have today is much better than the status quo when the bug was filed.