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

MenuBar not displaying the sub menu which has only one menuitem.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.5 (Release)
    • None
    • mx: Menu Bar
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Internet Explorer 7.x
      Language Found: English

    Description

      Steps to reproduce:
      1.Create a sample xmllist as mentioned below:

      <mx:XMLList>
      <menuitem label="MenuItem A">
      <menuitem label="SubMenuItem A-1">
      <menuitem label="SubMenuItem A-2">
      <menuitem label="SubMenuItem A-3" />
      </menuitem>
      </menuitem>
      </menuitem>
      <menuitem label="MenuItem B" />
      </mx:XMLList>

      2.Assign the above xmllist as dataprovider to menubar control.

      Actual Results:

      Menuitem A Menuitem B
      SubMenuItem A-1
      SubMenuItem A-3

      In the result, SubMenuItem A-2 is missing in the menu list in the menubar control.
      Expected Results:

      Menuitem A Menuitem B
      SubMenuItem A-1
      SubMenuIem A-2
      SubMenuItem A-3

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: