Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Language Found: English
Description
Steps to reproduce:
1.create custom style for Alert
.myAlert{
borderStyle: solid;
backgroundColor: #000000;
borderColor:#000000;
theme:#FF0000;
buttonStyleName: alertButtons;
textAlign: center;
modalTransparency:0.0;
}
2.Create a script to launch Alert.show from an event
var a:Alert = Alert.show("Are you sure you want to delete ","Warning",2|3,thisApp,deleteHandler)
a.styleName = "myAlert"
3.Run application and execute event to launch Alert
Actual Results:
Alert modalTransparency displays as default value
Expected Results:
Alert modalTransparecy would be 100% transparent
Workaround (if any):
None found