Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and load main2.mxml which looks like this:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
width="600" height="300">
<mx:Script>
<![CDATA[
import mx.managers.PopUpManager;
private var ipopup:PopUpManager;
]]
>
</mx:Script>
<mx:Spacer height="300"/>
<mx:SWFLoader id="swf1" loadForCompatibility="true" source="menuTest.swf" width="300" height="100"/>
</mx:Application>
2. Scroll down the application to see the MenuBar.
3. Select the first menu item Africa->Nigeria
Actual Results: The submenu is not positioned correctly.
Expected Results: The submenu should position correctly.
Workaround (if any):