jTimeout icon indicating copy to clipboard operation
jTimeout copied to clipboard

Pop up didn't close on another tabs after logout.

Open evannitin opened this issue 6 years ago • 4 comments

time

1.) Open the demo link on two different tabs 2.) Then I Clicked on the button 60 seconds left after clicking poup comes up with decrementing seconds. 3.) After me session timeout on both tabs, I clicked on one popup to login Again 4.) Then on first tab the poup didn't close and it is showing the value (1440 seconds)

evannitin avatar Mar 27 '19 13:03 evannitin

That's not my demo. jQueryScript.net?

HTMLGuyLLC avatar Apr 11 '19 22:04 HTMLGuyLLC

Ok, confirmed that it doesn't seem to close the timer popup.

HTMLGuyLLC avatar Apr 11 '19 22:04 HTMLGuyLLC

Thanks If anyone can help it will be really helpful..

evannitin avatar Apr 13 '19 11:04 evannitin

I have a fix for this issue. Although my fix works, I'm curious if this issue was always a thing or if code changes may have caused it? My thinking is that it would be nice to find what caused the issue if there's a cause, although it may be time consuming.

My Fix: https://github.com/T-travis/jTimeout/tree/fix_for_issue_20 Changes: https://github.com/HTMLGuyLLC/jTimeout/compare/master...T-travis:fix_for_issue_20

T-travis avatar Aug 06 '21 15:08 T-travis