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

Volker Weber reopened TOBAGO-1410:
----------------------------------

      Assignee: Volker Weber  (was: Udo Schnurpfeil)

This fix did not work when menu was rendered by partial reload.

To reproduce add this to the "left" box in the partial.xhtml and use the 
dropdown menu more than once.

{code}
        <f:facet name="toolBar">
          <tc:toolBar>
            <tc:toolBarCommand omit="true">
              <f:facet name="dropDownMenu">
                <tc:menu>
                  <tc:menuCommand
                      label="Reload left"
                      action="#{partialReloadController.reload}"
                      renderedPartially=":page:left"/>
                </tc:menu>
              </f:facet>
            </tc:toolBarCommand>
          </tc:toolBar>
{code}

> Menu Dropdown did not collapse after partially action
> -----------------------------------------------------
>
>                 Key: TOBAGO-1410
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1410
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 2.0.0-beta-4
>            Reporter: Volker Weber
>            Assignee: Volker Weber
>             Fix For: 2.0.0
>
>
> To reproduce, use the demo:
> adding this menuCommand in file overview.xhtml and click it on the "partial" 
> page: /faces/content/50-partial/partial.xhtml
> {code}
>               <tc:menuCommand 
>                   label="Reload left"
>                   action="#{partialReloadController.reload}" 
>                   renderedPartially=":page:left"/>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to