[richfaces-issues] [JBoss JIRA] (RF-12167) rich:extendedDatatable - onbeforeselectionchange is wrongly evaluated

Benoit VI (JIRA) jira-events at lists.jboss.org
Fri Apr 13 05:11:47 EDT 2012


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

Benoit VI updated RF-12167:
---------------------------

    Description: 
I noticed a typo error in onbeforeselectionchange javascript method : 

There is two "=" instead of one in the second expression, and so it's always false !
{{onbeforeselectionchange: function (event) {}}
{{   return !this.options.onbeforeselectionchange || this.options.onbeforeselectionchange.call(this.element, event) !== false;}}




Thanks by advance for fixing this little error.

  was:
I noticed a typo error in onbeforeselectionchange javascript method : 

There is two "=" instead of one in the second expression, and so it's always false !
{{monospaced
 onbeforeselectionchange: function (event) {
   return !this.options.onbeforeselectionchange || this.options.onbeforeselectionchange.call(this.element, event) !== false;
}}



Thanks by advance for fixing this little error.


    
> rich:extendedDatatable - onbeforeselectionchange is wrongly evaluated
> ---------------------------------------------------------------------
>
>                 Key: RF-12167
>                 URL: https://issues.jboss.org/browse/RF-12167
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Final
>            Reporter: Benoit VI
>
> I noticed a typo error in onbeforeselectionchange javascript method : 
> There is two "=" instead of one in the second expression, and so it's always false !
> {{onbeforeselectionchange: function (event) {}}
> {{   return !this.options.onbeforeselectionchange || this.options.onbeforeselectionchange.call(this.element, event) !== false;}}
> Thanks by advance for fixing this little error.

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