﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16681	Pasting List from Word in IE wraps list utems in paragraphs.	Jakub Ś		"== Steps to reproduce ==

1. Create standard ordered or unordered list in MS Word file
2. Clear editor contents
3. Copy the list from word file and Paste it into editor

== Expected result ==

Just ul/ol tags get pasted. 

== Actual result ==

Each list item text is wrapped in paragraph.
== Other details (browser, OS, CKEditor version, installed plugins) ==
Problem can be reproduced in CKEditor 4.6 in IE11.

NOTE: Actually native IE11 produces same result so I'm not entirely sure if CKEditor should extra filter it or rather IE11 should have that fixed:
{{{
<ol style=""list-style-type: decimal; direction: ltr;"">
<li style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal;'>
<p style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'>
<span lang=""PL"" style=""mso-ansi-language: PL;"">Test1</span>
</p>
</li>

<li style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal;'>
<p style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'>
<span lang=""PL"" style=""mso-ansi-language: PL;"">Test2</span>
</p>
</li>

<li style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal;'>
<p style='color: rgb(0, 0, 0); font-family: ""Calibri"",""sans-serif""; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 10pt; mso-list: l0 level1 lfo1; tab-stops: 179.25pt;'>
<span lang=""PL"" style=""mso-ansi-language: PL;"">Test3</span>
</p>
</li>
</ol>
}}}

On the other hand, paragraphs weren't populated in IE11 so maybe this can be fixed by the editor.
"	Bug	confirmed	Normal		General	4.6.0		IE11	
