﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8781	Problems with copy/paste HTML lists.	Jakub Ś		"This issue was found when reproducing #8574

1. Clear editor contents and switch to source.
2. Paste the below code:
{{{
<ol id=""d65e23"">
	<li>
		toto
		<ol>
			<li>
				bibop</li>
			<li>
				tutut</li>
		</ol>
	</li>
	<li>
		tata
		<ol>
			<li>
				lolilop</li>
			<li>
				reir</li>
		</ol>
	</li>
	<li>
		tutu</li>
	<li>
		lolo</li>
</ol>
}}}
3. Switch to WYSIWYG, select whole list (E.g. CRTL+A) and copy with crtl+C
4. Paste the list using PasteFromWord dialog, paste dialog or CRTL+V

**Results:**[[BR]]
**Webkit -** List is wrapped in ol, li, div (div - typical for webkit pasting)[[BR]]
**Opera -** Similar to Webkit but there is no div - list is wrapped into ol, li[[BR]]
**IE9 -** List isalso nested but it looks a little bit broken (See image)[[BR]]
**IE6-7 -** Result is the same as in IE9 but from CKE 3.6.2 extra JS error is thrown (described in #8801):[[BR]]
Message: Invalid argument[[BR]]
Line: 796 [[BR]]
URI: /3.6.2/ckeditor/_source/plugins/selection/plugin.js[[BR]]

**IE8** - List looks just like in IE9 but there is extra '2.' at the bottom (See image)

Ticket reproducible from CKE 3.0

Firefox has its onw problem described in #8754

"	Bug	closed	Normal	CKEditor 4.6.0	General	3.0	fixed		
