﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6946	[IE] copy and paste lists from own document leads into invalid lists	Syslogic	Garry Yao	"When copying and pasting lists in the CKEditor lists end up malformed in Internet Explorer (7 and 8).

----
Test setup:

1. Add code below
{{{
<p>
	Paragraph before</p>
<ul>
	<li>
		First item</li>
	<li>
		Second item</li>
	<li>
		Third item</li>
	<li>
		Fourth item</li>
</ul>
<p>
	Paragraph after</p>
}}}

2. copy the second and the third item and paste it below the last paragraph.

Now the bullets are gone. Visually it looks like one paragraph with between the two items a <br />

3. Press the Code button. The code definitely doesn't look like what was expected: The items are not in an ''<ul>'' tag.

4. Press the Code button again. The document is changed compared to the contents which was in the CKEditor before toggling the Code view.

5. Press the Code button again. The code now represents the end result of the paste action.
----

When pasting a subset of a list, the new pasted data should be wrapped in a ''<ul>'' tag in order to create valid code."	Bug	closed	Normal	CKEditor 3.5.3	Core : Parser	3.5	fixed	IE	
