Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 2.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.Create un Flex Project
2.Add into application mx.RichTextEditor
3.Try to get htmlText property
Actual Results:
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Hello World!</FONT></P></TEXTFORMAT>
Expected Results:
1. Usable a Font-Size attribute o Css Class Style to format text
2. Use for each empty line, a <br /> tag instead of empty paragraf
Workaround (if any):