Bug #1115
Mis à jour par Alexey Lavrentev il y a presque 11 ans
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 I will add an entry to the "compatibility list" in the IE settings (which désactivâtes the right-click).
A possible workaround BFM FAQ to avoid this user action is to add say that the following to the headers of HTML pages :
<pre>
<meta http-equiv="X-UA-Compatible" content="IE=7,8,9">
</pre>
cf. :
* https://groups.google.com/forum/#!topic/google-web-toolkit/2QoAhpBqTtc
* https://code.google.com/p/google-web-toolkit/wiki/IE8Support
Note that portal cannot be used with 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 for the HTML code of the portal will resolve the issue in the future...
moment
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 I will add an entry to the "compatibility list" in the IE settings (which désactivâtes the right-click).
A possible workaround BFM FAQ to avoid this user action is to add say that the following to the headers of HTML pages :
<pre>
<meta http-equiv="X-UA-Compatible" content="IE=7,8,9">
</pre>
cf. :
* https://groups.google.com/forum/#!topic/google-web-toolkit/2QoAhpBqTtc
* https://code.google.com/p/google-web-toolkit/wiki/IE8Support
Note that portal cannot be used with 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 for the HTML code of the portal will resolve the issue in the future...
moment