Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.2 (Release)
-
None
-
Affected OS(s): Windows
Language Found: English
Description
FP10.0.0.591
Steps to reproduce:
1. deploy main.mxml on one server, and PopupBug.mxml on another one (with a crossdomain + modifiying main.mxml to point to the right server)
2. run main.mxml on the 1st server
3. click on the empty button
.
Actual Results:
Error: No class registered for interface 'mx.managers::IPopUpManager'.
at mx.core::Singleton$/getInstance()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Singleton.as:111]
at mx.managers::SystemManager/modalWindowRequestHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\SystemManager.as:3867]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.managers::PopUpManagerImpl/dispatchModalWindowRequest()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:749]
at mx.managers::PopUpManagerImpl/createModalWindow()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:717]
at mx.managers::PopUpManagerImpl/addPopUp()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:363]
at mx.managers::PopUpManager$/addPopUp()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManager.as:169]
at PopupBug/pop()[C:\users\cjolif\flex\flex-suite\trunk\mp-test\src\PopupBug.mxml:10]
at PopupBug/___PopupBug_Button1_click()[C:\users\cjolif\flex\flex-suite\trunk\mp-test\src\PopupBug.mxml:14]
Expected Results:
No exception should be thrown?
Workaround (if any):