[ http://jira.codehaus.org/browse/MNG-600?page=all ]
Brett Porter updated MNG-600: ----------------------------- Fix Version: 2.0-beta-1 > Two level menu with collapse : the collapsing is not correct > ------------------------------------------------------------ > > Key: MNG-600 > URL: http://jira.codehaus.org/browse/MNG-600 > Project: Maven 2 > Type: Bug > Components: maven-plugins > Versions: 2.0-alpha-3 > Environment: M2 / Maven-site-plugin > Reporter: Antoine > Priority: Minor > Fix For: 2.0-beta-1 > > > When using a two level items in a menu with the collapse option, it does not > work correctly. (with M2 / maven-site-plugin) > Menu example: > <menu name="YYY"> > <item name="X1" href="---" collapse="true"> > <item name="X1.1" href="---" collapse="true"> > <item name="X1.2" href="---" collapse="true"> > <item name="X1.3" href="---" collapse="true"> > </item> > <item name="X2" href="---" collapse="true"> > <item name="X2.1" href="---" collapse="true"> > <item name="X2.2" href="---" collapse="true"> > </item> > <item name="X3" href="---" collapse="true"> > <item name="X3.1" href="---" collapse="true"> > <item name="X3.2" href="---" collapse="true"> > </item> > If the user is on page X2.1 or page X2.2, ALL the items X1 and X2 and X3 are > expanded. > Only item X2 should be expanded. X1 and X3 should remain collapsed. > This is not easy for navigation and not clear "where I am" when menus are big. > See a example at : > http://www.hearing-test-base.com/htbDocumentation/RG%20-%20Liste%20Persons%20Mask.html > (still under construction) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]