IE10 issue with Copy/Paste from Word 2010

Last post 05-16-2013, 1:23 PM by Kenneth. 2 replies.
Sort Posts: Previous Next
  •  05-14-2013, 7:56 PM 77429

    IE10 issue with Copy/Paste from Word 2010

    I have installed and replicated this on the latest 6.6 release from your website (2-15-2013?)

     

    I have an issue with IE10 copy/paste of text from Word 2010.

     

    At least one (hopefully the only) issue is with a numbered list in Word.  I have a file that I can use to replicate the issue but not allowed to upload it.

     

    Will try pasting below:

     

    1. Can be either how the organization OR nursing addresses healthcare needs.

     

     

    When I paste this, a dialog appears asking 'Do you want to clean the code when pasting from Word?

     

    Then when I post the form, the Request.Form variable returned and saved to my database is this (not properly encoded):

     

    '#1div#2#1p #7tyl#9="margin: 0in 0in 0pt 0.5in;"#2#1!--[if !#7upp#5rtLi#7t#7]--#2#1#7pan #7tyl#9='f#5nt-family: "Arial","#7an#7-#7#9rif"; f#5nt-#7iz#9: 11pt;'#21.#1#7pan#2#3nb#7p;#3nb#7p;#3nb#7p;#1/#7pan#2#1/#7pan#2#1!--[#9ndif]--#2#1#7pan #7tyl#9='f#5nt-family: "Arial","#7an#7-#7#9rif"; f#5nt-#7iz#9: 11pt;'#2Canb#9 #9ith#9r h#5w th#9 #5rganizati#5n #6R nur#7ing addr#9#7#7#9#7 h#9althcar#9 n#9#9d#7.#1/#7pan#2#1/p#2#1/div#2'

     

     Thanks for your help!

     

    Scott Szathmary

     

     

  •  05-14-2013, 8:52 PM 77430 in reply to 77429

    Re: IE10 issue with Copy/Paste from Word 2010

    Hi sszathmary,

     

    Can you send me your test word file? So I can test it directly.

     

    you can send it to Kenneth@CuteSoft.net

     

    Regards,

     

    Ken 

  •  05-16-2013, 1:23 PM 77450 in reply to 77430

    Re: IE10 issue with Copy/Paste from Word 2010

    Hi,

     

    If it is the problem of the <!--[if !supportLists]--> and <!--[endif]-->, then please add the code below to the bottom of your page, it should fix this problem.

    <script type="text/javascript">

    function CuteEditor_FilterHTML(editor,code)

    {

    code=code.split("<!--[endif]-->").join("");

    return code.split("<!--[if !supportLists]-->").join("");

    }

    function CuteEditor_FilterCode(editor,code)

    {

    code=code.split("<!--[endif]-->").join("");

    return code.split("<!--[if !supportLists]-->").join("");

    }

    </script>

     

    Regards,

     

    Ken 

View as RSS news feed in XML