Bug 36914

Summary: Show message for not supported browsers
Product: UCS Reporter: Alexander Kläser <klaeser>
Component: UMC (Generic)Assignee: Johannes Keiser <keiser>
Status: CLOSED FIXED QA Contact: Florian Best <best>
Severity: normal    
Priority: P5 CC: best, gohmann, walkenhorst
Version: UCS 4.0   
Target Milestone: UCS 4.0-0-errata   
Hardware: Other   
OS: Linux   
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:

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>