]
Pavol Pitonak reassigned RF-11653:
----------------------------------
Assignee: Brian Leathem (was: Pavol Pitonak)
onRowMouseOut not being fired
------------------------------
Key: RF-11653
URL:
https://issues.jboss.org/browse/RF-11653
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: Mac OS X 10.7, Java 1.6, Tomcat 6.0.32, RichFaces 4.0.0
Reporter: Jean-Noel Colin
Assignee: Brian Leathem
I would like to change the row color of a rich:datatable when mouse goes over it; I found
several examples, but can't get it to work. I tried on several browsers, checked the
javascript console. No luck. I'm using RichFaces4.0 and the datatable is defined as:
{code}
<rich:dataTable id="reportlinestable" styleClass="fullwidth"
onRowMouseOver="this.style.backgroundColor='green'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
var="reportline" iterationStatusVar="iter"
value="#{entryBean.reportLines}"
headerClass="headerreportlines"
footerClass="footerreportlines" rowClasses="reportlines">
{code}
Thanks for your help
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: