Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run alwaysInFrontAtLaunch from BugFiles.
2. Put another app on top of the AIR window.
RESULT: The AIR window is not in front.
EXPECTED: The AIR window should always be in front.
WORKAROUND: Do not set nativeWindow.alwaysInFront=true in windowComplete or applicationComplete. Instead, set it through a button handler. From the bug app, click the button "Set alwaysInFront" and the AIR window will always be in front.