Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Murray Roke 503 posts 966 karma points c-trib
    Jul 10, 2012 @ 03:40
    Murray Roke
    0

    tinyMCE and pasted plain text from notepad results in different markup

    Hi all,

    When pasting text into tiny mce I get various behaviours. In my sample notepad text file I have this text: 

    a
    b
    
    c

    Pasted in various browsers results in the following:

    chrome 20:

    <pre>a<br />b<br /><br />c</pre>

    IE 9:

    <p>a<br />b</p>
    <p>c</p>

    Firefox 13:

    <p>a<br />b<br /><br />c</p>

    I'd like the behaviour of IE9 in all browsers. Anyone have any suggestions how to achieve this?

    I asked the above question on Stack Overvflow here, and got some advice relevant to a generic tinyMCE plugin, but I have no idea how to apply this to umbraco.

    http://stackoverflow.com/questions/11404935/

     

  • Richard Barg 358 posts 532 karma points
    Mar 20, 2013 @ 01:47
    Richard Barg
    0

    This problem occurs in Chrome, yes and its a headache.

    Murray, Have you found a solution?

Please Sign in or register to post replies

Write your reply to:

Draft