Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.5 (Release)
-
None
-
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):