Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1. in a css file specify
@namespace mx "library://ns.adobe.com/flex/mx";
mx|Alert {
background-color: #ffffff;
}
2. compile project with halo swc
3. run project
Actual Results:
alert background color is some strange blue-grey (default?) color
Expected Results:
alert background is white
this is not exclusive to alert or alert background color, I am simply giving a minimum repro set.
Workaround (if any):