jQWidgets Forums

jQuery UI Widgets Forums Editors Editor Pasting from MS Word adds extra lines

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • kris@tis
    Participant

    When pasting from MS Word, jqxEditor in IE10 adds extra lines, it does not do this in Chrome.
    I am using the pasteMode: ‘html’ in the jqxEditor’s API property. Please share anything anyone can about a solution. Thanks.

    The following text in Word ;
    Test Header

    Test details
    Details 2

    shows up with the extra lines like so (source of jqxEditor control)
    <div>​
    <br/>
    <br/>
    <p>Test<br/>Header
    </p>
    <br/>
    <br/>
    <p> 
    </p>
    <br/>
    <br/>
    <p>Test details</p>
    <br/>
    <br/>
    <p>Details 2</p>
    <br/>
    <br/>
    </div>


    Peter Stoev
    Keymaster

    Hi,

    You can paste it as plain text if you wish. There is no other solution.

    Regards,
    Peter Stoev

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.