﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10611	"no property of ""style=font-size"" for default font size"	Chenyue Gao		"There is no property of style=font-size when the user first enter text with default font size. This problem can be reproduced with your demo. 

first time enter text with default font size

<com.ibm.rqm.planning.editor.section.planBusinessObjectives extensionDisplayName=""RQM-KEY-TP-BUSS-OBJ-TITLE"">
<div>this is a text with font size set to default 10</div>
</com.ibm.rqm.planning.editor.section.planBusinessObjectives>  

Select the entire text and change the font size to 16 and save 

<com.ibm.rqm.planning.editor.section.planBusinessObjectives extensionDisplayName=""RQM-KEY-TP-BUSS-OBJ-TITLE"">
<div>
'''<span style=""font-size:16px;"">;'''
this is a text with font size set to default 10 and later changed to 16
</span>
</div>
</com.ibm.rqm.planning.editor.section.planBusinessObjectives>
  
5. Now change the font back to 10:
  
<com.ibm.rqm.planning.editor.section.planBusinessObjectives extensionDisplayName=""RQM-KEY-TP-BUSS-OBJ-TITLE"">
<div>
'''<span style=""font-size:10px;"">;'''
this is a text with font size set to default 10 and later changed to 16
</span>
</div>
</com.ibm.rqm.planning.editor.section.planBusinessObjectives>

"	Bug	closed	Normal		General	3.6.4	invalid	IBM	gaoc@…
