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

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 15:07:40 EST 2011


     [ https://issues.jboss.org/browse/RF-11653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11653:
-------------------------------

    Fix Version/s: 4.2.0.Tracking
         Assignee:     (was: Brian Leathem)

    
> 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
>             Fix For: 4.2.0.Tracking
>
>
> 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

        


More information about the richfaces-issues mailing list