[richfaces-issues] [JBoss JIRA] (RF-12605) Autocomplete Component Javascript Errors

Jeff Smith (JIRA) jira-events at lists.jboss.org
Fri Nov 9 12:21:17 EST 2012


Jeff Smith created RF-12605:
-------------------------------

             Summary: Autocomplete Component Javascript Errors
                 Key: RF-12605
                 URL: https://issues.jboss.org/browse/RF-12605
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component
    Affects Versions: 4.3.0.M2
         Environment: Windows 7, Apache Tomcat 6
            Reporter: Jeff Smith


When testing the 4.3.0 M2 release, we're receiving javascript with the autocomplete component.  These errors didn't occur in 4.2.2.

1. Autocomplete onblur event:  We implemented simple javascript to uppercase the input value.  The javascript code is "this.value=this.value.toUpperCase()". The error is:  "TypeError:this.value is undefined"
2. Autocomplete destroy event: We have pages with multiple tabs that utilizes the autocomplete component.  When switching from a tab that contains the autocomplete component, the tabs do not switch.  The error we're receiving is:  "ReferenceError:event is not defined"  When clicking on the error in the FireFox error console, we're directed to the destroy function where the line of code is "this.__hide(event);".

We attempting to complete a project that is critical to the users.  We were testing the extended data table scrollbar fix, which is key to moving forward with the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list