Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: Russian
Description
Steps to reproduce:
1.IN tabNavigator (childs as ModuleLoader) load some tab with same url but other data inside
2.when you open 3rd tab previous ModuleLoader addChild from 3rd tab
3.
Actual Results:
Please add one line in ModuleLoader.as at line 686
protected function moduleReadyHandler(event:ModuleEvent):void
if(child != null) return
Expected Results:
Workaround (if any):