﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11184	Underline does not reflect text color	Nolege		"Similar to ticket 1646.

If you select a portion of text and choose a color. Then use the underline tool the resulting html wraps the span with the color style with the underline. This order needs to be reversed so the underline color matches the text.

CK HTML

<em><span style=""color:red"">Here is color and underline</span></em>

Expected html result

<span style=""color:red""><em>Here is color and underline</em></span>
"	Bug	closed	Normal		Core : Styles		wontfix		
