Revision: 13201
Revision: 13201
Author: dloverin@adobe.com
Date: 2009-12-23 12:16:41 -0800 (Wed, 23 Dec 2009)
Log Message:
***********
Fix RTE when calling PopUpManager.createPopUp() from a module or sub-application.
This fix adds a moduleFactory parameter to PopUpManager.createPopUp() to allow a module or sub-application to specify the style manager to be used. Modules and sub-applications should always pass a moduleFactory to PopUpManager.createPopUp() or PopUpManager.addPopUp() to ensure the correct style manager is used when looking up styles. Otherwise the parent of the pop up is used to determine the style manager.
QE notes: Please create a PerModuleStyles test that uses the new parameter to createPopUp().
Doc notes: None.
Bugs: SDK-24835.
Reviewer: Alex
Tests run: checkintests, Managers/PopUpManager
Is noteworthy for integration: no
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24835
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IPopUpManager.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as