﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6131	Webkit Paste Bug	astralis		"If I have this text in Notepad:
{{{
Line One
Line Two
}}}

IE renders it as:

{{{
<p>Line One</p>
<p>Line Two</p>
}}}

Chrome renders it as:

{{{
<p>
   &nbsp;</p>
<div>
   Line One</div>
<div>
  Line Two</div>
}}}

**Update:** [[BR]]
* FF3, FF4, Opera - use br to keep formatting. This is from CKEditor 3.0
* Webkit uses divs to keep formatting. This is from CKEditor 3.2.1
* IE (all versions) use <p> tags for pasted text.
"	Bug	confirmed	Normal		Core : Pasting	3.0		WebKit	t.lehmann@…
