﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4905	Paste plain text from dialog result incorrect in IE	Garry Yao	Garry Yao	"=== Environment ===
All IE versions
=== Reproducing Procedures ===
 1. Open any sample page, click on 'New Page' to clear out document;
 1. Click on 'Paste as Plain Text' command and deny clipboard security dialog to force open dialog.
 1. Paste the following contents into the dialog, and click 'Ok'.
 {{{
 Line1

 Line2
 }}}
 * Actual Result:
 {{{
 <p>Line2Line1</p>
 }}}
 * Expected Result:
 {{{
 <p>Line1</p>
 <p>Line2</p>
 }}}
"	Bug	closed	Normal	CKEditor 3.1	Core : Pasting	SVN (CKEditor) - OLD	fixed	Confirmed IE Review+	
