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

Henning Nöth resolved TOBAGO-2314.
----------------------------------
    Fix Version/s: 5.12.1
                   6.4.1
       Resolution: Fixed

> SelectOneList, SelectManyList: dropdown menu is not removed after ajax reload
> -----------------------------------------------------------------------------
>
>                 Key: TOBAGO-2314
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2314
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core, JavaScript
>    Affects Versions: 5.12.0, 6.4.0
>            Reporter: Henning Nöth
>            Assignee: Henning Nöth
>            Priority: Major
>             Fix For: 5.12.1, 6.4.1
>
>
> If a dropdown menu is opened and an ajax change event rerender the 
> selectOneList/selectManyList component, the dropdown menu within the 
> tobago-page-menuStore is not removed properly.
> {code:xml}
> <tc:selectOneList id="selectedStandard" label="Standard" 
> value="#{selectOneListController.selectedPlanet}">
>     <tc:selectItems value="#{selectOneListController.planets}"
>                     var="planet" itemLabel="#{planet.name}" 
> itemValue="#{planet}"/>
>     <f:ajax render="selectedStandard output"/>
>   </tc:selectOneList>
>   <tc:out id="output" label="Planet" 
> value="#{selectOneListController.selectedPlanet}"/>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to