You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Antoine (JIRA)" <ji...@codehaus.org> on 2005/07/17 23:32:57 UTC

[jira] Created: (MPSITE-33) Two level menu with collapse : the collapsing is not correct

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-600) Two level menu with collapse : the collapsing is not correct

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-600?page=all ]
     
Brett Porter closed MNG-600:
----------------------------

    Resolution: Fixed

this was fixed in the past, changing resolution

> 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
>     Assignee: Vincent Siveton
>     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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MNG-600) Two level menu with collapse : the collapsing is not correct

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-600?page=all ]
     
Brett Porter reopened MNG-600:
------------------------------


changing resolution

> 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
>     Assignee: Vincent Siveton
>     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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-600) Two level menu with collapse : the collapsing is not correct

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-600?page=all ]
     
Vincent Siveton closed MNG-600:
-------------------------------

    Resolution: Cannot Reproduce

I think we have already did it.... 

> 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
>     Assignee: Vincent Siveton
>     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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-600) Two level menu with collapse : the collapsing is not correct

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-600?page=comments#action_42967 ] 

Brett Porter commented on MNG-600:
----------------------------------

Antoine, please file your Maven 2 bugs under "MNG" not "MPSITE" - thanks.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-600) Two level menu with collapse : the collapsing is not correct

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org