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/01/17 12:48:22 UTC

[jira] [Created] (WICKET-4986) wicket-ajax-jquery.js fails with 'member not found' on IE for delayed ajax requests

Sven Meier created WICKET-4986:
----------------------------------

             Summary: wicket-ajax-jquery.js fails with 'member not found' on IE for delayed ajax requests
                 Key: WICKET-4986
                 URL: https://issues.apache.org/jira/browse/WICKET-4986
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.4.0
            Reporter: Sven Meier
            Assignee: Sven Meier


Channel#done() uses setTimeout() to execute delayed Ajax calls.

On IE when the delayed call is executed, jquery's #preventDefault() fails with 'member not found' because the original event object's properties (here e.returnValue) can no longer be accessed.

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