﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14645	<font> tag inserted when css style should be used when overwriting multiple paragraphs	kleesman		"== Steps to reproduce ==

1. Open full demo: http://ckeditor.com/demo#full
2. Highlight top 2 paragraphs (Apollo 11 through UTC.) and select a font from the font dropdown. As expected span is given font-family css style.
3. With same content highlighted, type the word test, which will overwrite the existing content.

== Expected result ==
Expected to see a span with font-family css style.

== Actual result ==
<font face=""times new roman, times, serif"">test</font>


== Other details (browser, OS, CKEditor version, installed plugins) ==
In my application testing I have used:

allowedContent: 'br[*];p{text-align,margin-top};span{color,font-family,font-size,letter-spacing,font-style,font-weight,text-decoration}'

and editor.config.disallowedContent = 'font';

to try to prevent this font tag. Even with these items, the font tag still gets entered. However, if I activate the editor again, the <font> tag is removed without the font face being converted to a <span>


"	Bug	closed	Normal		General		duplicate		
