Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. create a styles.css with an embedded font (Arial.ttf)
2. set css to 'compile css to swf'
3. create a Flex Application and load css at runtime ( StyleManager.loadStyleDeclarations(
, true); )
2. Place a Text component in mxml with id='txt'
3.set html text after css has loaded (txt.htmlText = "Testing<br/>Testing<br/><br/>Testing<br/>Testing<br/><br/><p><b>123</b></p>"; )
Actual Results:
'<br/>' tags are not producing linebreaks?
Expected Results:
'<br/>' tags should produce linebreaks?
Workaround (if any):
don't use runtime css
Attached are 2 app's runtimeCSS and bakedinCSS