[richfaces-issues] [JBoss JIRA] (RF-12592) rich:contextMenu clipped by rich:extendedDataTable cells.

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Nov 13 21:57:18 EST 2012


     [ https://issues.jboss.org/browse/RF-12592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12592:
-------------------------------

    Workaround Description: 
A work around is to set the following css rule:

{code}
.rf-edt-c {
    overflow: visible;
}
{code}

To use this workaround, make sure this css rule is included after the extendedDataTable css file.  The recommended way to do this is to define this css using an _h:outputStyleSheet_ placed as the very last element in your page.
                Workaround: Workaround Exists

    
> rich:contextMenu clipped by rich:extendedDataTable cells.
> ---------------------------------------------------------
>
>                 Key: RF-12592
>                 URL: https://issues.jboss.org/browse/RF-12592
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.2.Final
>         Environment: browsers: Chrome, Firefox
> application container: EAP 6
>            Reporter: Ilia Vassilev
>            Assignee: Brian Leathem
>             Fix For: 4.2.4
>
>         Attachments: brokenContextMenu.png, dataTable.png, dataTable.xhtml, extendedDataTable.png
>
>
> The context menu gets clipped by extendedDataTable cells. The same code works fine with RF3 (see the attached screenshots and test page). The context menu is correctly displayed if extendedDataTable is replaced with dataTable (attached dataTable.png).

--
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