Actions
Bug #5130
ferméProblèmes de navigation avec Internet Explorer 11
Statut:
Closed
Priorité:
Normal
Assigné à:
Catégorie:
Look
Version cible:
Début:
26/11/2013
Echéance:
% réalisé:
100%
Temps estimé:
Navigateur:
Internet Explorer 11
Votre version de Silverpeas:
5.13.1
Système d'exploitation:
Votre base de données:
Toutes
Livraison en TEST:
Livraison en PROD:
Description
La navigation gérée grâce au Javascript et qui utilise donc JQuery ne fonctionne pas avec Internet Explorer 11.
Actions
#1
Mis à jour par Nicolas Eysseric il y a presque 11 ans
- Statut changé de In progress... à Resolved
- % réalisé changé de 0 à 100
The javascript method attachEvent was replaced with the method addEventListener in IE11.
JQuery 1.10.1 still uses this method in case of IE > 8. This will cause javascript compilation errors.
JQuery 1.10.2 seems to have solved this problem.
Cf PR : https://github.com/Silverpeas/Silverpeas-Core/pull/439
Actions
#2
Mis à jour par Yohann Chastagnier il y a presque 11 ans
- Statut changé de Resolved à Closed
Validé et intégré.
Actions