Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2314

SelectOneList, SelectManyList: dropdown menu is not removed after ajax reload

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.12.0, 6.4.0
    • 5.13.0, 6.5.0
    • Core, JavaScript
    • 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}"/>
      

      Attachments

        Activity

          People

            hnoeth Henning Nöth
            hnoeth Henning Nöth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: