Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
I checked the source code for 4.0 and it seems that this hasn't been addressed there either so I'm changing the 'Found in Version'.
Create two sub-applications and one main application that use the same RSL. Then load both sub-applications and see that even though the RSL was loaded by the main application it is still loaded for each sub-application. If done enough times then the unneeded RSLs will unload.
Actual Results:
The same RSL is loaded multiple times.
Expected Results:
Each RSL should only be loaded once. The RSLListLoader should check to see if the RSL has already been loaded.
Workaround (if any):
Update RSLListLoader to track what has been loaded and skip requests if the RSL isn't already loaded.