Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile app and module
2. run the app (main.swf)
3. click on load module
4. click on a textfield in the module
Actual Results:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.managers::PopUpManagerImpl/http://www.adobe.com/2006/flex/mx/internal::createModalWindow()[/Users/gauravj/depot/flex/sdk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as:678]
at mx.managers::PopUpManagerImpl/addPopUp()[/Users/gauravj/depot/flex/sdk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as:393]
at mx.managers::PopUpManager$/addPopUp()[/Users/gauravj/depot/flex/sdk/frameworks/projects/framework/src/mx/managers/PopUpManager.as:189]
at mx.controls::Alert$/show()[/Users/gauravj/depot/flex/sdk/frameworks/projects/framework/src/mx/controls/Alert.as:620]
at ModuleTest/clickHandler()[/Users/gauravj/Documents/Adobe Flash Builder Prerelease/StylesApp2/src/ModuleTest.mxml:46]
at ModuleTest/__selector_click()[/Users/gauravj/Documents/Adobe Flash Builder Prerelease/StylesApp2/src/ModuleTest.mxml:52]
Expected Results:
no RTE
Workaround (if any):
add import and var for PopUpManager in the loading app