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

Error with MenuBar

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      <mx:MenuBar width="100%" labelField="@label" id="MyMenuBar">
      <mx:XMLList>
      <menuitem label="Father1">
      <menuitem label="Son1">
      <menuitem label="Grandson1">
      <menuitem label="GreatGrandson1" data="teste1"/>
      <menuitem label="GreatGrandson2" data="teste2"/>
      <menuitem label="GreatGrandson3" data="teste3"/>
      </menuitem>
      </menuitem>
      </menuitem>
      </mx:XMLList>
      </mx:MenuBar>

      Actual Results:
      The following menu appears:

      Father1 -> Son1 -> Great Grandson1
      -> Great Grandson2
      -> Great Grandson3

      Expected Results:
      The following menu was expected:

      Father1 -> Son1 -> Grandson1 -> Great Grandson1
      -> Great Grandson2
      -> Great Grandson3

      Workaround (if any):
      Not found yet.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: