Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Launch LoaderTest.swf (I could not attach it because it only allowed 3 files to be attached).
2. Click on the combo box or the show alert button to launch an Alert
3. A system error occurs
Actual Results:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.managers::PopUpManagerImpl/addPopUp()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:337]
at mx.managers::PopUpManager$/addPopUp()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\PopUpManager.as:169]
at mx.controls::Alert$/show()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\controls\Alert.as:519]
at Child/showPopup()[/Users/jbezuidenhout/Documents/Flex Builder 3/enqpro/src/Child.mxml:9]
at Child/___Child_Button1_click()[/Users/jbezuidenhout/Documents/Flex Builder 3/enqpro/src/Child.mxml:19]
This is similar to SDK-19228 that was marked as fixed.
Expected Results:
Combo box should be selectable, the Alert should pop up
Workaround (if any):
None