-
Notifications
You must be signed in to change notification settings - Fork 30
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
Restoring a closed window loses tab groups #149
Comments
+1 to this What's most confusing is, it appears to work, but then the panorama tab is empty. Opening up the panorama tab also results in not being able to close the panorama tab (it just switches to 1 different tab) and hides all your tabs. My current workaround is to either re-open every tab from the hidden tab section or disable-reenable the extension to make it spit out all the hidden tabs. |
Hi, thanks for this extension! Same problem here, I have to constantly rebuild the groups since I loose them. And if I unhide a tab, when I open a new one, it hids again. |
Same here, I lost all my 100+ tabs several times just because it's so easy to detach a tab accidentally with a tiny flick of the wrist while holding a mouse button and due to this bug... |
Probably would be prudent on your part to back up your tabs once a week or so. After all that's why the "Save" & "Restore" functions are there.
On Saturday, February 3, 2024 at 11:26:06 AM EST, Asztalos Attila Oszkár ***@***.***> wrote:
Same here, I lost all my 100+ tabs several times just because it's so easy to detach a tab accidentally with a tiny flick of the wrist while holding a mouse button and due to this bug...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
If you close one window of several, then restore it with ctrl+shift+n, the extension becomes a little confused and you appear to lose most of your tabs (the exact behaviour is a little hard to explain, but easy to reproduce and very clearly buggy).
I think perhaps this is because
windowCreated
inaddon.tabGroups.js
simply doesn't handle this case.The text was updated successfully, but these errors were encountered: