Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
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:"DividedBox", children:[
]},
,
,
{label: "Controls", children:[
]},
{label: "Styles", children:[
]},
,
,
{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.