Actions
Bug #5130
closedProblèmes de navigation avec Internet Explorer 11
Status:
Closed
Priority:
Normal
Assignee:
Category:
Look
Target version:
Start date:
11/26/2013
Due date:
% Done:
100%
Estimated time:
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.
Updated by Nicolas Eysseric almost 11 years ago
- Status changed from In progress... to Resolved
- % Done changed from 0 to 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
Updated by Yohann Chastagnier almost 11 years ago
- Status changed from Resolved to Closed
Validé et intégré.
Actions