Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.013316
Steps to reproduce:
1. Compile and run attached MXML files using one of the sample themes. I tried with spark_sage.css (-theme+=${flexlib}/../samples/themes/spark_sage/spark_sage.css)
Actual Results:
s|Application has an application background color.
mx|Application doesnt have an application background color. seems inconsistent and wrong.
Expected Results:
both s|Application and mx|Application should have some default background color.
In the case of spark_sage.css, it should be as simple as adding mx|Application to the following list of selectors:
s|Application,s|Panel,mx|Panel,mx|TitleWindow,mx|TabNavigator,mx|SwatchPanel
Workaround (if any):
Specify your own backgroud colors. But i still think it's weird you can switch between mx:Application and s:Application and your background changes colors.