Two level menu with collapse : the collapsing is not correct ------------------------------------------------------------
Key: MPSITE-33 URL: http://jira.codehaus.org/browse/MPSITE-33 Project: maven-site-plugin Type: Improvement Components: plugin Versions: 1.6.1 Environment: M2 / Maven-site-plugin Reporter: Antoine Priority: Minor 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]