﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8266	Chrome: Paste from Word inserts blank line at top.	Keith Hackett		"In CKEditor 3.61, pasting any content from Word into Chrome 13.078.112 causes extra ""blank"" line to be inserted before the content.

Steps to replicate: From the CKEditor Demo page, delete the existing content (Ctrl-A and Delete). Then, cut-and-paste content from Word using Ctrl-C then Ctrl-V, the Paste icon, or the Paste from Word icon. Finally, click ""Source"" to see the code that creates the extra ""blank"" line that will be inserted on postback.

Example: I copied the phrase ""Now is the time for all good men to come to the aid of their country."" from Word and pasted into Chrome. Clicking on Source revealed this HTML:

<p>
	&nbsp;</p>
<p>
	Now is the time for all good men to come to the aid of their country.</p>
"	Bug	closed	Normal	CKEditor 4.6.0	Plugin : Paste from Word	3.0	fixed	Webkit Opera IBM	satya_minnekanti@…
