Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1.Create <mx:Text> component in code.
2.Set textFieldClass: ClassReference("mx.core.UIFTETextField") in CSS (or style declaration area)
3.Set html text with <li></li> tags to Text component manually
Actual Results:
<li> tag is not rendered correctly - no bullets displayed, text go one by one
Expected Results:
Bullets should be displayed for list items.
Workaround (if any):