﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12243	Pasting from a Word (type) document loses formatting	Alin Purcaru	Olek Nowodziński	"'''Description:'''

When pasting from MS Word, Libre/Open Office documents some of the formatting is lost. Upon checking the HTML generated it can be observed that the ''style'' attribute has incorrectly separated definition (missing ';').

'''Steps to reproduce:'''
1. Use the attached test.odt as a sample (although the problem can be reproduced with other formats too).
2. Click on the Paste from Word button (you will observe that the formatting is kept at this point).
3. Click OK.
4. Part of the formatting (in this case the text color for the first paragraph) is lost.

'''System details:'''

Ubuntu 14.04, Chrome 35

'''CKEditor instance config:'''

{{{
CKEDITOR.inline( ... , {
    ...
    allowedContent: true,
    pasteFromWordRemoveFontStyles: false,
    pasteFromWordRemoveStyles: false
});
}}}

'''''Note:''' I have already found the problem and fixed it and will create a pull request for ckeditor/ckeditor-dev on github. I'm posting this bug to have it as reference.''"	Bug	closed	Normal	CKEditor 4.4.4	Plugin : Paste from Word		fixed		
