Opened 9 months ago
Closed 6 months ago
#1488615 closed Feature Requests (fixed)
Warn user if JS is not available
| Reported by: | ultima | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | User Interface | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I propose to display a visible warning to the user if no javascript is detected and the active skin requires JS.
The default-shipped skins (both Larry and Classic) do not work at all if javascript is disabled on the client machine. See ticket:1488614 about what happens in that case. Users who experience this issue are currently left without a clue about what could be wrong, even though this could be easily detected by RoundCube.
Example message: "Warning: Javascript support is required for the current webmail interface, but no javascript could be detected."
Change History (2)
comment:1 Changed 9 months ago by aberglund
comment:2 Changed 6 months ago by thomasb
- Milestone changed from later to 0.9-beta
- Resolution set to fixed
- Status changed from new to closed
Added in commit [b6add5aed0cfe]
Note: See
TracTickets for help on using
tickets.

I've added this to the login.html template for several versions, probably back as far as 0.4. Pretty simple, this is my addition: