Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
CASE 1:
Steps to reproduce:
1. Run alertBlur.xml in AIR
2. Click "Create New Window" (This second window is created by NativeWindow)
3. On the second window, click "Call Alert". The alert code is:
Alert.show("dummy", "Dummy Title", Alert.OK);
Actual Results: The pop up dialog pops up on the first window.
Expected Results: The pop up dialog should pop up on the second window that initiates the alert.
CASE 2:
Steps to reproduce:
1. Run alertBlur_this.xml in AIR
2. Click "Create New Window" (This second window is created by NativeWindow)
3. On the second window, click "Call Alert". The alert code is:
Alert.show("dummy", "Dummy Title", Alert.OK, this);
Workaround (if any):