Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Checklist with IE11
 
Notifications
Clear all

Checklist with IE11

2 Posts
2 Users
0 Reactions
4,152 Views
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 
[#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


 
Posted : 14 Apr 2014 11H36
(@babynus)
Posts: 14952
Member 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.


 
Posted : 14 Apr 2014 12H56
Share:

Scroll to Top