﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6783	Large amount of text insert as divs rather then paragraphs in webkit	dstol		"OS X 10.6.4

Safari 5.0 (6533.16)

CKEditor, latest stable as well as latest nightly

Enter mode is paragraphs

Steps to reproduce:
Grab large chunk of plain text lorem ipsum

Paste into CKEditor, used demo at http://ckeditor.com/demo after

emptying contents

View source tab

{{{
<p>
	&nbsp;</p>
<div>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....</div>
<div>
	&nbsp;</div>
<div>
}}}

In FF 3.6.12, using the same steps above
{{{
<p>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....<br />
	<br />
}}}

"	Bug	closed	Normal		Core : Pasting	3.1	duplicate	Webkit	
