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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu Aug 16 14:49:15 EDT 2012


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

Brian Leathem updated RF-12351:
-------------------------------

    Fix Version/s: 4.3-Tracking

    
> 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: 4.3-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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list