Julien Massiera created CONNECTORS-1478:
-------------------------------------------
Summary: UI broken on IE 10/11
Key: CONNECTORS-1478
URL: https://issues.apache.org/jira/browse/CONNECTORS-1478
Project: ManifoldCF
Issue Type: Bug
Components: Framework core
Affects Versions: ManifoldCF 2.8.1
Reporter: Julien Massiera
Priority: Minor
The new UI is broken with IE 10/11, ending in infinite waiting loop when user
clicks on any tab in edit mod.
this is due to the FormData object used in the mcf.js script which does not
work on IE 10/11 and this is a known issue.
Don't know what is the best workaround for this.
framework/crawler-ui/src/main/webapp/javascript/mcf.js
line 467 : formData.set('client_timezone_offset',timezone_offset);
The method set does not work on IE 10/11
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)