﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13021	Word Filter should transform mso-bidi-font-family into font-family	Roger Smyth		"I have a word document consisting of just two words ""Hello to"". This is actually a simplified version of the original document. The font-family for this text is Calibri (body). I don't notice any difference in formatting between these two words in the word document.

When attempting to copy and paste this text into ckeditor, the font-family of ""Hello"" is correctly preserved as Calibri, but the font-family of the word ""to"" in incorrectly changed to Arial. I don't understand why it doesn't also preserve the font-family of the ""to"" text.

Here is my config.js:

CKEDITOR.editorConfig = function( config ) {    
    config.pasteFromWordRemoveStyles = false;
    config.pasteFromWordRemoveFontStyles = false;
};

Here is the source HTML in ckeditor upon pasting the text:

<p><span style=""font-size:10pt""><span style=""font-family:calibri"">Hello </span>to</span></p>

This behaviour is evident using IE 11. Please can someone assist with this?"	New Feature	confirmed	Normal		Plugin : Paste from Word	4.0			
