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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Nov 13 12:56:18 EST 2012


    [ https://issues.jboss.org/browse/RF-12605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733893#comment-12733893 ] 

Lukáš Fryč commented on RF-12605:
---------------------------------

I assume this was introduced by RF-12481.

We should introduce functional tests for this behavior.
                
> 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
>             Fix For: 4.3.0.M3
>
>
> 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