Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 6.x
Language Found: English
Description
Steps to reproduce:
1. Run the application.
2. Minimize the application to the windows task bar.
3. Show an alert while the application is minimized by programming.
4. Active the application from the windows task bar.
Actual Results:
A blur window shows with a spot on the top-left corner. And the user can click buttons below the mask.
Expected Results:
Show the alert in the center of the application.
The user cannot click any component while there is an alert.
Workaround (if any):
Alert.show("It is invalid.',"WARNING", Alert.OK, this, null, WarnIcon, Alert.OK);