[
https://issues.jboss.org/browse/RF-11653?page=com.atlassian.jira.plugin.s...
]
Pavol Pitonak commented on RF-11653:
------------------------------------
First, those two attributes are named onrowmouseover and onrowmouseout (all lower case).
Attribute onrowmouseout works fine for me in configuration below but attribute
*onrowmouseover doesn't work*.
{quote}
RichFaces 4.1.0-SNAPSHOT
Metamer 4.1.0-SNAPSHOT r.22935
Mojarra 2.1.3-SNAPSHOT
JBoss AS 7.1.0.Alpha2-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Chrome 15.0.874.120 @ Linux i686
{quote}
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: Pavol Pitonak
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira