[richfaces-issues] [JBoss JIRA] (RF-11653) onRowMouseOut not being fired

Jean-Noel Colin (Created) (JIRA) jira-events at lists.jboss.org
Sat Nov 5 10:53:45 EDT 2011


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


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:

 

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

 

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

        


More information about the richfaces-issues mailing list