1 Reply Latest reply on Jul 11, 2013 3:00 PM by bleathem

    Dropdown menu doesn't hide when nesting menu groups

    gesh92

      Hello,

       

      We are currently migrating from richfaces 3 to richfaces 4 and encountered this problem with one of our drop down menus: this is exactly how the items are nested:

      <rich:toolbar>
           <rich:toolbarGroup>
                <rich:dropDownMenu>
                     <rich:menuGroup>
                          <rich:menuGroup>
                               <rich:menuGroup>
                                    <rich:menuItem>
      

       

      The drop down menu itself is not hiding after losing focus, the nested ones hide as usual.

       

      If I remove all groups that have that particular depth of menugroups, the problem disappears. It also seems to be affected by the fact that most menuGroups have the rendered property. When a user is logged in and actually has the right to see everything, the menu hides again.

       

      Thanks in advance.