You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2013/02/20 12:59:12 UTC

[jira] [Created] (WICKET-5050) AutoComplete should not request suggestions if input is no longer active element

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