Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.12.0, 6.4.0
-
None
Description
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.
<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}"/>