Opened 3 years ago
Closed 3 years ago
#1486667 closed Feature Requests (fixed)
Display 'loading' message while login is in progress
| Reported by: | brandond | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | User Interface | Version: | 0.4-beta |
| Severity: | normal | Keywords: | loading login |
| Cc: |
Description
Sometimes the login process can take a moment to proceed to the message view. There's not much indication to the user that anything has happened. Google shows a ticker during the login; it would be nice if Roundcube could at least throw up a status message.
I have attached a patch that displays a 'loading' message when the login form is submitted. If the login fails, this is replaced by the error message. If it is successful, the loading message persists until the message view has loaded.
Attachments (1)
Change History (3)
Changed 3 years ago by brandond
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4-stable
comment:2 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [cecf46a4].
Note: See
TracTickets for help on using
tickets.

Patch to display status message during login