Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Assign the following string to htmlText property of TextArea.
<div class='foo'><p><span> This is some text</span></p></div>
<div class='foo'><p><span> This is some more text</span></p></div>
and then instantiate a styleObject with paddingBottom = 30 or whatever, and add that object to a runtime StyleSheet (setStyle( ....) ) and assign the styleSheet to the TextArea.styleSheet property.
The paddingBottom is not being applied, although other styles, such as italics or font-family are being applied.