Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.2 (Release)
-
None
-
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
Steps to reproduce:
1. Create a simple SWF
2. In the parent application, create a new loaderContext that has a new ApplicationDomain
3. Load the child SWF using the loaderContext defined above.
4. Load the child SWF a second time using the same loaderContext.
Actual Results:
The child SWF does not correctly show both instances in the application. One of the two instances can not be tabbed to and does not seem to have focus. (it is not in the tab order)
Expected Results:
The top level application should have two copies of the child SWF, and each should behave normally in the tab order.
Workaround (if any):
None. This makes it impossible to use the Marshall Plan technique to load a child SWF and not have the overhead of loading all of the classes multiple times.