﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5389	Invalid handling of font tags	Wiktor Walc		"When `<font>` tag is used in the HTML content, the font name combo 
displays invalid font name (Arial) instead of current font.

=== Steps to reproduce ===
 * Open http://ckeditor.com/demo.
 * Paste the following in the source mode:
 {{{
<p>
	sdfsd sd fsd fsd f</p>
<p>
	<font face=""Courier"" size=""2"">test</font></p>
 }}}
 * Switch to wysiwyg mode.
 * Click on the second paragraph.
 * Result: the font name combo shows ""Arial"" instead of ""Courier"", which is confusing.

Confirmed in IE8 and FF 3.6."	Bug	confirmed	Normal		General				computerpunk@…
