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.
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:
Pasted in various browsers results in the following:
chrome 20:
IE 9:
Firefox 13:
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/
This problem occurs in Chrome, yes and its a headache.
Murray, Have you found a solution?
is working on a reply...