﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13616	List items are lost when pasting from Word document	Wiktor Walc		"== Steps to reproduce ==

Paste the attached document from MS Word 2010 into CKEditor in IE11

== Expected result ==

Three list items should be pasted

== Actual result ==

{{{
<p>Degree &deg;</p>

<p>Angle &nbsp;&ang;</p>

<p>Pi &pi;</p>

<ul>
	<li>&lt; &gt;<!--   -->&lt; &gt;<!--   -->
	<p>Baz</p>
	</li>
</ul>

<p>&nbsp;</p>
}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested on std-all with the following setup:

{{{
<!DOCTYPE html>
<html>
<head>
	<meta charset=""utf-8"">
	<title>CKEditor</title>
	<script src=""//cdn.ckeditor.com/4.5.1/standard-all/ckeditor.js""></script>
</head>
<body>
<textarea name=""editor1""></textarea>
<script>
	CKEDITOR.replace( 'editor1', {
		pasteFromWordRemoveFontStyles: false,
		pasteFromWordRemoveStyles: false
	} );
</script>
</body>
</html>
}}}

Did not try other browsers."	Bug	closed	Normal		Plugin : Paste from Word	4.3	fixed		
