Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-15890

[Marshall Plan] When a vertical scrollbar is in a main application, a child swf's MenuBar submenus aren't positioned correctly

    XMLWordPrintableJSON

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):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: