History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-14653
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Joan Lafferty
Reporter: Ryan Frishberg
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flex SDK

Accessing children from WindowedSystemManager is messed up

Created: 02/14/08 01:43 PM   Updated: 03/27/08 12:23 PM
Component/s: AIR: Window
Security Level: Public (All JIRA Users )

File Attachments: 1. File MyWindow.mxml (0.4 kb)
2. XML File test1234_air-app.xml (5 kb)
3. File test1234_air.mxml (0.5 kb)

Issue Links:
Dependency
 
This issue is depended upon by:
SDK-14301 Tooltips don't disappear in Window None Closed

Severity: Crash/Hang
Reproducibility: Every Time
Discoverability: Low
Found in Version: SDK Flex 3 (Released)
Milestone: SDK Flex 3.0.1
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Run the bug file
2. Notice that trace(systemManager.getChildAt(0)) works for WindowedApplication (returns the WindowedApplication object)
3. Notice that trace(systemManager.getChildAt(0)) doesn't work for Window (causes an exception)
 
 Actual Results:
 No exception should be thrown
 
 Expected Results:
 Exception is thrown
 
 Workaround (if any):
 Don't access the systemManager object this way. Not a regression from anything, but it is related to noTopMostIndex, applicationIndex, and the fact that SystemManager has a mouseCatcher and WindowedSystemManager does not (this throws off some of the numbers).
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Joan Lafferty
Resolved by: Ryan Frishberg
Confirmed Version: SDK Gumbo Iteration 4 - 4.0.0.1358
Participants: Joan Lafferty and Ryan Frishberg


 All   Comments      Sort Order:
Ryan Frishberg - [02/18/08 05:08 PM ]
Attaching files (forgot to when filing bug)

Joan Lafferty - [02/20/08 06:35 PM ]
This actually worked w/o an error in build 256. However, with build 477, you get the RTE. Sending to Internal Review.

Ryan Frishberg - [02/20/08 06:49 PM ]
Changing to not regression because:

Checkin 154 (SDK-14250) fixed this issue by mistake and caused a much bigger problem (SDK-14544). We correctly fixed the bigger problem in 429, and this problem is now here again (not because checkin 429 was incorrect in any way).

Ryan Frishberg - [02/20/08 06:50 PM ]
I already have a fix for this that also addresses SDK-14301.

Ryan Frishberg - [03/26/08 01:39 PM ]
Fixed in 933.

Added a mouse catcher to put it inline with how Application and the normal SystemManager work.

Ryan Frishberg - [03/26/08 01:55 PM ]
Assigning to Joan

Joan Lafferty - [03/27/08 12:23 PM ]
confirmed fixed in trunk build 937. Closing bug.