﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12385	Paste from word plugin - problem with numbered lists	yuri.pavlov		"The bug is reproducible under IE 11. When the user copies (even a single) line from a numbered list, like :

1. First 
2. Second

the result we see inside the CK window is (CK demo used) :
1. <>

So the entire internal text is missing, it is replaced by <>.

'''What I found is that the text coming into plugin is like''' :

{{{
<ol style=\""list-style-type: decimal; direction: ltr;\"">
<li style='color: red; 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: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'>
	<span style=\""color: red; mso-ansi-language: EN-US;\"">First</span>
</p></li>

........
}}}


'''It is gradually transformed to''' :

{{{
""<ol><li cke:indent=\""1\"" cke:listtype=\""ol\"" cke:list-style-type=\""\"">
<cke:li cke:reset=\""1\"" cke:indent=\""1\"" cke:listsymbol=\""First\""></cke:li></li></ol>""
}}}


Which then leads to the behavior I described.
"	Bug	closed	Normal		Plugin : Paste from Word	4.3	duplicate	IE11	
