﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16710	Font-familly gets pasted pasted from MS Word with &quot;	Jakub Ś		"== Steps to reproduce ==

1. Open attached Word file
2. Copy contents and paste it into CKEditor 4.6 and 4.5.11.[[BR]] '''NOTE''': 4.5.11 requires:
{{{
pasteFromWordRemoveFontStyles : false,
pasteFromWordRemoveStyles : false
}}}

== Expected result ==

This is the result from 4.5.11
{{{
<p><span style=""font-family:Arial,sans-serif""><span style=""font-size:8.0pt"">TEST</span></span></p>
}}}

== Actual result ==

This is the result in 4.6.0. Notice extra {{{&quot;}}} around font name.
{{{
<p><span style=""font-size:8.0pt""><span style=""font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"">TEST</span></span></p>
}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==

Problem can be reproduced from CKEditor 4.6.0 in all browsers."	Bug	confirmed	Normal		General	4.6.0			
