Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Load the bugfile runtimeCSSTest.swf. This bugfile has a Panel container. On the creationComplete event of the <mx:Application>, a css is loaded that has a Panel type selector.
Actual Results: The Panel is unaffected by loading the css stylesheet.
If you do not use runtime CSS and instead embed the CSS in the swf using:
<mx:Style source="embeddedStyles2.css" />, then, things work correctly.
Also, if you use class selectors with runtime css, this also works.
Expected Results: The background of the Panel should turn red.
Workaround (if any):