Bug #1115
GWT 0.6, Portal display and access with IE 11
Status: | New | Start date: | 11/10/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | Portal X.X |
Description
The display of the portal is broken under IE 11: the divisions that should be hidden are displayed in the bottom...
It is impossible to sign in, as the password field is inaccessible (not clickable, and skipped if using tab).
The issue is resolved if the portal is added to the "compatibility list" in the IE settings (which désactivâtes the right-click).
A possible workaround to avoid this user action is to add the following to the headers of HTML pages :
<meta http-equiv="X-UA-Compatible" content="IE=7,8,9">cf. :
- https://groups.google.com/forum/#!topic/google-web-toolkit/2QoAhpBqTtc
- https://code.google.com/p/google-web-toolkit/wiki/IE8Support
Note that IE 11 is normally supported by GWT :
http://www.gwtproject.org/doc/latest/FAQ_GettingStarted.html#What_browsers_does_GWT_support?
Maybe an upgrade of the HTML code of the portal will resolve the issue in the future...
History
#1 Updated by Alexey Lavrentev about 9 years ago
- Description updated (diff)