﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8181	Incorrect background color setting while changing font size.	Krzysztof Studnik		" 1. Set text background color to {{{background-color:#0000ff}}} or any other.
 1. Type few characters and press space
 1. Change font size to bigger one
 1. Repeat step 2 and 3 until font size 72

=== Expected ===
Each part of text should have its own background, height of background is set according to font size.[[BR]]
Example:
{{{
<p>
	<span style=""font-size:24px;""><span style=""background-color:#0000ff;"">asd </span><span style=""font-size:36px;""><span style=""background-color:#0000ff;"">asd </span><span style=""font-size:72px;""><span style=""background-color:#0000ff;"">asd </span></span></span></span></p>
}}}
=== Actual ===
{{{
<p>
	<span style=""background-color:#0000cd;"">asd<span style=""font-size: 16px;""> asd<span style=""font-size: 20px;""> asd<span style=""font-size: 24px;""> asd <span style=""font-size: 72px;"">asd</span></span></span></span></span></p>
}}}
Attached screen
=== additional info ===
I was able to reproduce this under FF since cke30, under webkit browsers since 3.5.3 (afer ""setting style on colapsed selection"" was solved)"	Bug	closed	Normal		Core : Styles	3.0	duplicate		
