Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Load a flex app into an AS3 application (devClip = new Loader() ...)
2. Remove the flex app (removeChild(devClip);devClip.unload()
3. Resize the browser
Actual Results:
debuggger throws
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.managers::SystemManager/Stage_resizeHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\SystemManager.as:2518]
Expected Results:
no error
Workaround (if any):