Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Place a call to SystemManager.getSWFRoot() inside flex 2 app code for any control instance.
2. Run the versioning test app.
3. Place a break point on call.
Actual Results:
The return value is null.
This is because there seems to be two different lists of SystemManagers maintained when a Flex 2 app is loaded into a Flex 3 App.
Expected Results:
A SystemManager instance should have been returned.
Workaround (if any):