[richfaces-issues] [JBoss JIRA] (RF-12351) rich:extendedDataTable frozen columns cause alternating row color to be out of sync with unfrozen part of table

Prakatheesh K (JIRA) issues at jboss.org
Tue Dec 10 13:41:37 EST 2013


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

Prakatheesh K commented on RF-12351:
------------------------------------

Is there any work around for this issue?
                
> rich:extendedDataTable frozen columns cause alternating row color to be out of sync with unfrozen part of table
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-12351
>                 URL: https://issues.jboss.org/browse/RF-12351
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.2.0.Final, 4.2.2.Final
>         Environment: Tomcat 6.0.18, JSF 2.1.5, Rich Faces 4.2.0
>            Reporter: Marc Sansa
>              Labels: extendedDataTable
>             Fix For: 5-Tracking
>
>
> The rich:extendedDataTable component, has a problem when I specify 1 or more frozen columns and use the rowClasses property to specify alternating row colors: When the table has an odd number of rows, the row colors of the frozen column section is out of sync with the unfrozen rows of the remainder of the table. Everything is fine when the table has an even number of rows or I don't use frozen columns.
> Below is an excerpt of the extendedDataTable declaration which causes the issue:
> <rich:extendedDataTable
>      rowClasses="standardTable_Row1,standardTable_Row2"
>      .....
>      frozenColumns="3"
>      ......
>      >

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