Closed (fixed)
Project:
Automated Logout
Version:
6.x-4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 10:47 UTC
Updated:
24 May 2013 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jgalletta commentedFor information I just realised that I have other patches that could interfere with the original js bahaviour.
Anyway, I think that a clearTimeout() should be done after each timeout set, to ensure all the timeout objects are cleaned.
Here's a patch which do that.
(We don't need to clear before the first setTimeout call as it's call on page load, when the js environment is clean).
Comment #2
johnennew commentedHi @jgalletta,
I am not seeing this behaviour on latest 6.x-4.x branch. There has been a lot of changes recently and so this may already have been dealt with. I'm marking as fixed but please reopen if you feel this is still an issue.