Sven Meier created WICKET-5050:
----------------------------------

             Summary: AutoComplete should not request suggestions if input is 
no longer active element
                 Key: WICKET-5050
                 URL: https://issues.apache.org/jira/browse/WICKET-5050
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 6.6.0
            Reporter: Sven Meier
            Assignee: Sven Meier
            Priority: Minor


If an ajax change event handler disables and re-renders an 
AutoCompleteTextField, a pending ajax request for suggestions will trigger a 
ListenerInvocationNotAllowedExecption. This leads to a log warning "behavior 
not enabled; ignore call" but the redirect to the AccessDeniedPage is ignored 
by wicket-autocomplete.js.

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

Reply via email to