Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.8.1
-
None
Description
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