I think there is several bugs in this Copy&Paste.
If you paste from notepad no matter whether it was Chrome, Firefox or IE the paragraphs are all kooky.
First Copy & Paste bug is reproducible using:
1.) Ctrl+a (select all)
2.) Delete or backspace few times until the the editor is empty, so that there is not even empty paragraph.
3.) Paste several paragraphs from notepad (paragraphs are separated using one empty line between).
You get: - Code: Select all
<div>para 1</div><div>para 2</div><div>para 3</div>...<p>para N</p>
So the last paragraph is pasted correctly but rest is inside div.
Second Copy & Paste bug is reproducible using:
1.) Go to first empty paragraph.
2.) Paste several paragraphs from notepad (paragraphs are separated using one empty line between).
You get: - Code: Select all
<p><p>para 1</p><p>para 2</p><p>para 3</p>...<p>para N</p></p>
Both behaviors are obviously incorrect, and I personally can't use this until I found a way to fix this. Clients don't seem to understand that pasting from notepad is broken.