
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 02/04/08 06:17 PM
Updated: 02/14/08 02:09 PM
|
|
| Component/s: |
AIR: Window
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
| Severity: |
Incorrectly Functioning with Workaround
|
| Reproducibility: |
Every Time
|
| Discoverability: |
Medium
|
| Found in Version: |
SDK Moxie RC3
|
| Affected OS(s): |
Windows
|
| Steps to Reproduce: |
Steps to reproduce:
1. Run the sample code
2. Open a new window by clicking the Open Window button
2. Open an Alert, by clicking Show Alert button in the new window
Actual Results:
The Alert displays behind the window.
Expected Results:
Alert should display in front of the window.
Workaround (if any):
Call PopUpManager.bringToFront(alert);
Steps to reproduce:
1. Run the sample code
2. Open a new window by clicking the Open Window button
2. Open an Alert, by clicking Show Alert button in the new window
Actual Results:
The Alert displays behind the window.
Expected Results:
Alert should display in front of the window.
Workaround (if any):
Call PopUpManager.bringToFront(alert);
|
| Language Found: |
English
|
| Bugbase Id: |
none
|
| Triaged: |
Yes
|
| Regression: |
Yes
|
| QA Owner: |
Joan Lafferty
|
| Resolved by: |
Ryan Frishberg
|
| Confirmed Version: |
SDK Moxie RC4
- 3.0.0.477
|
| Participants: |
Andy Goldstein, Joan Lafferty, Joann Chuang, Lauren Park and Sean Christmann
|
|
All
|
Comments
|
|
Sort Order:
|
|
SDK-13537fixed a previous issue where the wrong window was getting blurred. This does not reproduce with WindowedApplication, only mx:Window.