Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK 4.6 (Release)
-
Adobe Air Windows - Flash program within Firefox
Description
In PopUpManagerImpl line 460 we have
if (!localRoot)
localRoot = DisplayObjectContainer(parent.root);
This crashes if parent is null.
Happens when trying to open a pop up when a menu is still closing in Air (sometimes) or when called from firefox browser (always)