AutocompleteTextField throws javascript error Object Required
-------------------------------------------------------------

                 Key: WICKET-1906
                 URL: https://issues.apache.org/jira/browse/WICKET-1906
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.3.4
         Environment: IE6
            Reporter: Shailesh
            Priority: Minor


In wicket-autocomplete.js "function doUpdateChoices(resp)" has the check <BR>
Line 304:                  if(element.firstChild && 
element.firstChild.childNodes) <BR>
<BR>
However in function render() we are not having any checks <BR>
Line 389:       var node=menu.firstChild.childNodes[0]; <BR>
<BR>
which is causing "Object required" error on Line 389.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to