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