You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/06/20 15:18:20 UTC

[jira] [Updated] (FLEX-25372) Error with MenuBar

     [ https://issues.apache.org/jira/browse/FLEX-25372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean updated FLEX-25372:
---------------------------------

    Labels: easytest  (was: )
    
> Error with MenuBar
> ------------------
>
>                 Key: FLEX-25372
>                 URL: https://issues.apache.org/jira/browse/FLEX-25372
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Menu Bar
>    Affects Versions: Adobe Flex SDK 3.5 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Browser: Firefox 3.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira