﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6405	Font changing, for typed text does not work as expected	Krzysztof Studnik		"Investigation of #6403
 - enter some text
 - change font -> font is changed for entire line
 - type new text 
 - change font to another
 - type next text.

'''Expected result :'''
{{{
<p>
 Test
  <span style=""font-family: comic sans ms, cursive"">
        test
  </span>
  <span style=""font-family: georgia, serif"">
        test
  </span>
  <span style=""font-family: times new roman, times, serif"">
        test
  </span>
</p>
}}}
'''Actual:'''
Under IE
{{{
<p>
 test<span style=""font-family: comic sans ms, cursive"">
 test<span style=""font-family: georgia, serif"">
 test<span style=""font-family: times new roman, times, serif"">
 test
 </span></span></span>
</p>
}}}
Webkit: 
Under Chrome and Safari, font is set only once for all previously typed text in paragraph
{{{
<p>
Testtesttesttest</p>
}}}
Opera
as in #6403
"	Bug	closed	Normal		General	3.4.1	fixed		
