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