Skip to content

Conversation

@diakonos
Copy link

When the countdown timer was enabled and the user performed activities while the dialog was open, the countdown timer would reset. This moves the code that checks whether the dialog is open into the event listening function so startSessionTimer() doesn't run (and therefore reset the countdown timer) if the dialog is open. It was not working for me in its previous location.

Check if the dialog is open at the event listener, not in startDialogTimer().
@vedraan
Copy link
Contributor

vedraan commented Apr 9, 2015

Will likely add this fix in with the future release due to some differences on how this will be handled, but will keep the PR open for now.

@vedraan
Copy link
Contributor

vedraan commented Jul 31, 2015

Can you please check if this got fixed in release 1.0.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants