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

Brian Leathem commented on RF-12592:
------------------------------------

With Juraj's reproduction in metamer, I can see the context menu is clipped 
because of the _overflow: hidden_ property of the table cell (with css class 
_.rf-edt-c_).  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.
                
> 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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to