You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/04/23 15:06:15 UTC

[jira] [Created] (WICKET-5570) Rescheduling the same ajax timer behavior causes memory leak in the browser

Martin Grigorov created WICKET-5570:
---------------------------------------

             Summary: Rescheduling the same ajax timer behavior causes memory leak in the browser
                 Key: WICKET-5570
                 URL: https://issues.apache.org/jira/browse/WICKET-5570
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.14.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


AbstractAjaxTimerBehavior uses JavaScript setTimeout() function to do its job. It has a #stop() method that clears the timeout but if the timeout is re-scheduled without being cleared a memory leak is observed in the browser.



--
This message was sent by Atlassian JIRA
(v6.2#6252)