Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Problem with JS in IE
posted

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?

 

Parents
  • 105
    posted

    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

Reply Children
No Data