id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 14645, 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 == test == 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 tag is removed without the font face being converted to a ",Bug,closed,Normal,,General,,duplicate,,