IE 8 & 9 both have issues with the ig.ui.htmleditor.js script at line 17,437 and 17,447. There are extra commas and a commented out variable.
defaultToolbars: [ { name: 'fontProperties', items: [ { type: "igCombo", action: "_fontName", enableCheckboxes: false, width: 135, selectedItems: [{index: 0}], enableClearButton: false, height: 18, // mode: 'dropdown' }, { type: 'igCombo', action: "_fontSize", enableCheckboxes: false, selectedItems: [{index: 0}], width: 65, enableClearButton: false, height: 18, // mode: 'dropdown' } ] },
It does not render correctly in internet explorer as well when I remove the extra commas.
Can you please let me know what it should be so I can corrrect the script?
Hello Erricson,
I have created a private support case CAS-79017-DDS2RT in order to provide you untested build. I will update support case CAS-79017-DDS2RT for future correspondence.
Hi Erricson,
Please contact our developer support with a request for an untested build. In this build this problems are resolved. Until then you can try to remove the unnecessary added commas on line 17,437 and 17,447 after the "height: 18" property.
Best Regards,Bozhidar Cherkezov