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

menu.hide/show causes out of bounds issue after multiple events

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1.use array collection like :
      private var menuBarCollection:ArrayCollection = new ArrayCollection(
      [
      {label:"mx", children:[{label:"Containers", children:[

      {label:"Accordian", data:"dataLabel"}

      ]}]},
      {label:"DividedBox", children:[

      {label:"BoxDivider", data:"BoxDivider"}

      ]},

      {label:"BoxUniter.as", data:"BoxUniter.as"}

      ,

      {label: "Grid", data:"dataLabel"}

      ,
      {label: "Controls", children:[

      {label: "Alert", data: "Alert.as"}

      ]},
      {label: "Styles", children:[

      {label: "AlertForm.as", data:"AlertForm.as"}

      ]},

      {label: "Tree", data: "Tree.as"}

      ,

      {label: "Button", data: "Button.as"}

      ,

      {label: "Core", data:"dataLabel"}

      ]);

      2.add menu bar and use itemRollover and itemRollout
      3.use hide() and show() to create same effect as clicking on menu

      Actual Results:
      after going in and out of the menu an out of bounds error will occur

      Expected Results:
      should work with out error

      Workaround (if any):
      don't use rollover/rollout to show/hide menus.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: