﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16715	CKEDITOR replacing span tags with font tags	shabssd		"== Steps to reproduce ==

'''1.''' Using the editor (http://nightly.ckeditor.com/16-12-02-07-06/full/samples/); highlight 'Hello World!' text.

'''2.''' Change the font of of the highlighted text by using the 'font' dropdown menu

'''3.''' Inspect the 'Hello World!' HTML in developer tool and you will see in the HTML the text is wrapped around <span style=""font-family:Comic Sans MS,cursive;""> (which is correct)

'''4.''' delete the highlighted 'Hello World!' text. Then begin typing again right after deleting the text and you will see in HTML inspector that the span element that was there was replaced with a <font face=""Comic Sans MS, cursive""> element. Also you will notice that the font tool does not show the font applied, even when text is highlighted.

== Expected result ==
Actual span tag with styles should be applied like it was initially
== Actual result ==
Font tags are used instead to apply the set styles. This leads to the font tool not indicating the currently set font. Also using deprecated elements is bad.
== Other details (browser, OS, CKEditor version, installed plugins) ==
"	Bug	closed	Normal		General		duplicate		
