-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alert info message when the browser version is unsupported or low edition #79
Comments
That's very useful to user. |
Thi can be a double edged sword. You either have to spend time chasing and updating the list, or you have to assume >= a particular version which doesn't always work as well as you might think. |
On Sun, Oct 13, 2013 at 07:48:15PM -0700, shaohef wrote:
Seems reasonable. Maybe have an alert on the login screen.
Adam Litke [email protected] |
Agree. We can tell the user if he want a good quality of the UI, IE9 at least if a legacy IE browser is detected. We can display the warning message before the login window popups. |
I'd like to take this one. Would you please assign it to me? |
@sming56 one alternative is to show a new popup window before the login screen, where the user can click to see upgrade instructions or click a checkbox to dismiss. Or we could show a short text message inside the login window, below the login credentials, saying "Browser not fully supported" and provide a link for details and a checkbox to dismiss. Any suggestions? |
@rangell I suggest to have a single page for it, just like error 404 page. This will help avoid unexpected page rendering of the tabs, pop-up window if the browser is too old to support jQuery.
|
…ser dismiss it This commit also fixes a bug where alert "close" buttons would close modal windows. Signed-off-by: Samuel Guimarães <[email protected]>
…ser dismiss it This commit also fixes a bug where alert "close" buttons would close modal windows. Signed-off-by: Samuel Guimarães <[email protected]>
If the browser version were not in the browser support list, we want to give the user a message to tell them "update the brower" or "the current is not supported, try....." or something.
The text was updated successfully, but these errors were encountered: