[richfaces-issues] [JBoss JIRA] (RF-13157) rich:dropDownMenu under rich:accordion cannot work

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu Sep 26 11:44:02 EDT 2013


    [ https://issues.jboss.org/browse/RF-13157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12807133#comment-12807133 ] 

Brian Leathem edited comment on RF-13157 at 9/26/13 11:43 AM:
--------------------------------------------------------------

Sorry for reply late --
Been working on other project.

After I tried to modfiy the z-index still not working...
Seems because the css class:
{code}
.rf-ac-itm-cnt {
    border-color: #BED6F8;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
}
{code}

If I take off:
{code}
 {
    overflow-x: hidden;
    overflow-y: auto;
}
{code}

Then it can works fine.
                
      was (Author: dlee606):
    Sorry for reply late --
Been working on other project.

After I tried to modfiy the z-index still not working...
Seems because the css class:
.rf-ac-itm-cnt {
    border-color: #BED6F8;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
}

If I take off {
    overflow-x: hidden;
    overflow-y: auto;
}

Then it can works fine.
                  
> rich:dropDownMenu under rich:accordion cannot work
> --------------------------------------------------
>
>                 Key: RF-13157
>                 URL: https://issues.jboss.org/browse/RF-13157
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.3.3
>         Environment: Richfaces4.3.3 / CentOS6 / FireFox
>            Reporter: David Lee
>            Assignee: Pavol Pitonak
>              Labels: waiting_on_user
>
> When I tried to put rich:dropDownMenu under rich:accordion,
> the side menu item cannot display on the right hand side.
> Please see the image of trouble screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list