Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Other (specify version)
Language Found: English
Description
Steps to reproduce:
1. var alert:Alert = Alert.show("text", "title");
2. alert.iconClass = SomeClass;
Actual Results: The alert's iconClass is not updated. The AlertForm inside the Alert is created only once on Alert's createChildren.
Expected Results: The alert's icon should change when the var is set.
Workaround (if any): You can pass the class in the Alert.show() method but that cannot be applied to classes that can change visual data at runtime.