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

All timers automatically resets after 5 seconds into countdown (kiwi browser) #412

Closed
dawn0us opened this issue Jun 4, 2023 · 6 comments

Comments

@dawn0us
Copy link

dawn0us commented Jun 4, 2023

Describe the bug
All timers automatically resets after 5 seconds in and no tabs are closed as a result.

To Reproduce
Steps to reproduce the behavior:

  1. Open tab wrangler extension page.
  2. Set timer to 10 seconds and min tab to 5 in options page.
  3. Go to "tab lock" page to observe timers of all unlocked tabs (more than 5).
  4. All timers share the same countdown. When countdown turns to 0:06, it automatically reverts to 0:10. (Sometimes it's between 0:05 and 0:09.)
  5. All tabs remain open.

Expected behavior
Countdown of timers drops to 0:00 and corresponding tabs are closed.

Version (please complete the following information):

  • OS: android
  • Browser: kiwi
  • Version: v6.9.0

Reference case
If timer is set below 5 seconds, timer will countdown to 0 and tabs will be closed as expected.

Reference extension
https://chrome.google.com/webstore/detail/tab-keeper/opphlpkpklmjbglpifmecilchaknobgn
Although not consistently, timers in tab keeper can countdown to 0. Since it's adapted from the same original source, I thought it'd be worth mentioning.

@clintfred
Copy link

I recently started seeing the same behavior on Firefox 122.0 (64-bit) - Linux. I set the time to 1 minute, the timer on all tabs count down to about 0:55, then it is reset to 1:01.

This is a recent behavior change.

@jacobflanagan
Copy link

I'm also experiencing this behavior, using Firefox 115.7.0esr (64-bit) on Debian. I'll add that it seems to only happen while the browser instance is focused (so a separate window of the browser will continue to countdown while not in focus).

Anyone have an idea what could cause the timer to restart outside of switching to a tab?

@ssorallen
Copy link
Member

Hi, developer here. The timers will reset every 5s if you have fewer than your minimum number of tabs open (this is entirely unapparent, the UI should make that obvious). The minimum number of tabs setting is currently per browser window, a feature I have begun to change but have not finished.

@jacobflanagan
Copy link

Wow, I feel pretty dumb. Thanks @ssorallen

I've always had the "Auto close only if I have more than..." option set to 5, but somehow managed to change to 20. Didn't even think to look 🤦 Seems to be working fine now.

@ssorallen
Copy link
Member

@jacobflanagan No no, you are definitely not dumb. Tab Wrangler has many crummy bits like that, the fault lies in Tab Wrangler's UX and poor feature descriptions.

This has been a side project of mine for a number of years, and there is always more to do. Always happy to accept pull requests from folks. Suggestions and bugs are helpful as well, but my desire to work on them comes and goes since this is only a hobby for me.

@ssorallen
Copy link
Member

Closing - feature is working as intended, there were fewer than minimum number of tabs open.

@ssorallen ssorallen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2024
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

No branches or pull requests

4 participants