Bug 36914 - Show message for not supported browsers
Show message for not supported browsers
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-0-errata
Assigned To: Johannes Keiser
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-20 12:39 CET by Alexander Kläser
Modified: 2015-01-29 11:50 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2014-11-20 12:39:01 CET
We might need to update the message for browsers that are not officially supported.
Comment 1 Florian Best univentionstaff 2014-11-20 15:26:13 CET
I did this. But the message is shown too late. It should be showed in the login dialog?
Comment 2 Alexander Kläser univentionstaff 2014-11-20 17:36:36 CET
And for browsers IE <= 8 a message similar to the noscript hint should be shown.
Comment 3 Johannes Keiser univentionstaff 2014-11-26 18:54:07 CET
Revision 56201:

Added an conditional comment in index.html to show a warning if IE <= is used
Comment 4 Florian Best univentionstaff 2014-12-01 11:20:29 CET
OK, the message is displayed correctly for IE <= 9.
Please make the following adjustments:
* As title for the dialog "Browser upgrade required" instead of "Higher version required"
* The text should mention all supported browsers instead of mentioning that Internet Explorer in version 9 is required.
→ supported browsers are Chrome >= 33, FF >= 24, IE >=9 and Safari >= 7
* Maybe renaming the css classes into more specific names? 'warning' is not as intuitive as 'umcBrowserUpgradeWarning' {centerer,wrapper,title,icon,...}
* The current notification of unsupported browsers (in app.js: checkBrowser()) should be moved into the login-area as well.
* add trailing dot to the sentence in the YAML file
* fix indentation in index.html (currently 2 tabs indented)
Comment 5 Johannes Keiser univentionstaff 2014-12-02 15:23:01 CET
Revision 56382
univention-management-console-frontend (4.1.106-1)

* The IE <= 8 warning now lists all supported browsers.
* If an outdated Browser is beeing used a message shows in the login-dialog.
  A notification after the login is no longer shown
Comment 6 Florian Best univentionstaff 2014-12-05 13:28:05 CET
works great! IE displays the warning and denies login. FF < 9 displays a warning about performance issues, etc.
YAML: See suggested changes in Bug #36291
Comment 7 Janek Walkenhorst univentionstaff 2015-01-29 11:40:16 CET
<http://errata.univention.de/ucs/4.0/50.html>
Comment 8 Janek Walkenhorst univentionstaff 2015-01-29 11:50:14 CET
<http://errata.univention.de/ucs/4.0/51.html>