PasteHTML JavaScript issue in IE9

  •  01-05-2012, 11:26 AM

    PasteHTML JavaScript issue in IE9

    I have a page using the CuteEditor, with a custom menu button for the CuteEditor. This button gathers user input then uses PasteHTML to paste the html into the selected area of the editor.
     
    We are upgrading to the new version of the editor and found the following issue in IE9:

    If the editor contains only a table, select the first row and first column, then use PasteHTML and pass in an HTML tag to be pasted inside the table. This will cause the closing table tag to be replaced with a div and closing div tag.

    Please advise.
View Complete Thread