﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5040	Font dropdown not working after font change on a selected text	Diego Caravana		"Apparently a Firefox-only problem.

Changing the font on a selected text causes the font dropdown to not to show the font itself, even if it was correctly applied to the text. To make it work again, change the size of the same text.

As you can see in the following example, the HTML of the content is very simple; it seems that if the span with the font-family spec comes before the font-size one the font dropdown doesn't recognize the font (selecting the size swaps the two spans so it works again):

{{{
<p><span style=""font-size: 12px;""><span style=""font-family: Arial,Helvetica,sans-serif;"">Example...</span></span></p>
}}}


"	Bug	closed	Normal	CKEditor 3.2	Core : Styles	3.1	fixed	Confirmed Review+	diego@…
