Issue Type: Bug Bug
Affects Versions: 4.2.2.Final, 4.2.0.Final
Assignee: Unassigned
Created: 02/Jul/12 1:52 PM
Description:

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

Environment: Tomcat 6.0.18, JSF 2.1.5, Rich Faces 4.2.0
Project: RichFaces
Labels: extendedDataTable
Priority: Major Major
Reporter: Marc Sansa
Security Level: Public (Everyone can see)
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