﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8403	IE: Pasting content from notepad which includes blank lines is not working correctly	Teresa Monahan		"When text content in notepad contains blank lines and it is pasted into CKEditor, some of the blank lines are removed in IE. In FF, this works correctly.

To reproduce, paste the following content into notepad and then into CKEditor in IE:

{{{
aaaa


bbbb

cccc

dddd
}}}

Note: There are 2 blank lines between 'aaaa' and 'bbbb' in this sample content and one blank line between the remaining content.

However when this content is pasted into CKEditor in IE, there is only one blank line between 'aaaa' and 'bbbb', and there are no blank lines in the remainder of the content.

The markup generated for this in source view is different in IE and FF:

'''HTML in IE:'''
{{{
<p>
	aaaa</p>
<p>
	<br />
	bbbb</p>
<p>
	cccc</p>
<p>
	dddd</p>

}}}

'''HTML in FF:'''
{{{
<p>
	aaaa<br />
	<br />
	<br />
	bbbb<br />
	<br />
	cccc<br />
	<br />
	dddd</p>
}}}


"	Bug	closed	Normal		Core : Pasting	3.6.2	duplicate	IBM CantFix	Damian Satya Minnekanti
