Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed time reset when dialog is open #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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