﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11619	pasting numbered lists from MS Word - different behavior in CKE3 and 4	Stefan Strasser		"Configuration in config.js for this case is
{{{
config.forcePasteAsPlainText=true; 
}}}

When pasting a formatted numbered list from MS Word (or OpenOffice/LibreOffice) results to a html source code like this:

with CKE 3.6.3
{{{
<p>1. first item<br/>
   2. second item<br/>
   3. third item</p>
}}}

with CKE 4.3.2
{{{
<p>first item<br/>
   second item<br/>
   third item</p>
}}}

As you can see, in CKE 3 the numbered list was pasted as ""hard coded"" numbers, in CKE 4 it is ignored.

If you paste such a list in a text editor (like Windows editor, notepad++) you get the same behavior as in CKE 3.

It would be great if the old behavior from CKE 3 could be available in a future release, maybe controllable via a configuration setting.



"	New Feature	closed	Normal		General		duplicate		
