We are trying to make our app built on ExtJS 4.2 to be compatible with IE 11. This one currently works very well on Chrome. But when tried with IE 11, throws some errors which are clueless to fix.
Below is the sample console log for the same :
SCRIPT257: Could not complete the operation due to error 80020101.
File: ext-all.js, Line: 862, Column: 2
SCRIPT257: Could not complete the operation due to error 80020101.
File: ext-all.js, Line: 862, Column: 2
SCRIPT257: Could not complete the operation due to error 80020101.
File: ext-all.js, Line: 862, Column: 2
SCRIPT257: Could not complete the operation due to error 80020101.
File: ext-all.js, Line: 862, Column: 2
SCRIPT5022: Exception thrown and not caught
File: ext-all.js, Line: 5070, Column: 5
SCRIPT5022: Exception thrown and not caught
File: ext-all.js, Line: 5070, Column: 5
Before hitting URL in IE, I tried with adding the domains to compatibility list, added IE compliant meta tag in Index file, provided the missing references, etc but still not able to load it in IE.
Please let me know if I missed anything OR any additional steps to be taken to make it IE compatible.