Forum

Checklist with IE11
 
Notifications
Retirer tout

Checklist with IE11

2 Posts
2 Utilisateurs
0 Reactions
4,151 Vu
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Début du sujet
 
[#1761]

Hi,

Checklist is not working with IE11. On attempt to save changes (check some of the checks) for the checklist for object (Project, Document, etc.) IE11 prompt to leave the page and changes are not saved

Regards,
Evgueni


 
Posté : 14 Avr AM 11:044
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Issue confirmed.

To fix this, just comment line2293 in /view/js/projeqtorDialog.php.
It should look this way :

function saveChecklist() {
  //var params="&objectClass="+objectClass+"&objectId="+objectId;
  //loadDialog('dialogChecklist',null, true, params);
  loadContent('../tool/saveChecklist.php','resultDiv','dialogChecklistForm',true,'checklist');
  dijit.byId('dialogChecklist').hide();
  return false;
}

Note : refresh browser cache before testing...

Fix will be depmloyed on next version.


 
Posté : 14 Avr PM 12:044
Share:
Retour en haut