Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
This occurs in any element placed on the PopupManager, but is easiest shown on Alerts.
1. Alert.show("test");
2. Alert.show("test2");
3. Click OK on the second Alert
Actual Results:
modalTransparencyBlur animates from modalTransparencyBlur to 0
Note that it will always animate from the modalTransparencyBlur to 0, and is not affected by the number of UIComponents. This is in contrast to the modalTransparency, which works properly.
Expected Results:
(assuming popup UIComponent has been removed)
modalTransparencyBlur animates to (modalTransparencyBlur * (number of UIComponents + 1)) on (modalTransparencyBlur * number of UIComponents)
Workaround (if any):
None