-
Notifications
You must be signed in to change notification settings - Fork 73
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
Finally completely broken by Fx59? #562
Comments
It landed today, actually. |
Hahaha, I only saw the last post a few days ago, that they dropped discussions on wether or not to discard hidden tabs and would work on introducing the hiding feature first. So that might give us hopes for a new TabGroup Extension for Firefox 59. :) |
Try Sync Tab Groups. But today I wanted to give it a try, update to FF 57 and install Sync Tab Groups. https://addons.mozilla.org/en-US/firefox/addon/sync-tab-groups/ |
You can also try (EDIT:) https://addons.mozilla.org/ru/firefox/addon/simple-tab-groups/. They have added a feature recently that mitigates that exact problem. |
Tried Vivaldi a while back, but I can't stand their tab management; so waiting for FF to fix their stuff so either TabGroups can be ported or a similar proper extension can be done...in the mean time, sticking with FFv56 and using Chrome more too (for security)...though I really really miss Firefox+TabGroups. |
so those like we still on v56 waiting for this terrific addon; what's the suggestion? wait for Firefox to enable the needed features? jump ships to a different addon? I love this one, and would really like to stay in here. What are you guys planning/doing? |
@eridal recently "Tab Hiding" API had been landed, and I assume there will be many similar add-ons appear after 59 soon. In the meantime, you can use Firefox Dev. 57 (57.0.0, no later version) with Tab group with following method, https://medium.com/@irvinfly/tab-groups-firefox-57-quantum-1d18b31e2dcd |
The legacy.enable feature is still available, but the Tab-Groups extension apparently only works up to and including the very first alpha of Fx59. |
Sorry for this being more of a support request, but does one of you know a way to get the tabs/URLs of the hidden groups besides downgrading Nightly to a version that still works? I poked around in my profile, but couldn't find anything. |
Try using this: https://addons.mozilla.org/en-US/firefox/addon/tab-center-redux/ |
Thanks @GithubUser5462. That did the trick. |
Anyone knows something about this fork? https://github.com/amccausl/Tab-Groups |
@Richie765 Not sure about that specific extension, but I have been using this one. It seems to be trying to replicate panorama. It's currently pretty limited but does at least allow me to have tab groups with tab hiding. |
@amccausl can you elaborate on this? thanks! 👍 |
The extension sounds more promising than it looks. As far as building instructions go, take a look at my fork: https://github.com/mastacheata/Tab-Groups You'll need the current NodeJS-LTS on your computer, then you can simply run npm run build-windows from the repo's root directory. Or you can skip that commandline stuff and simply load the dist/manifest.json from about:debugging as a temporary addon. |
Yeah, it's not ready for public consumption, but I added an install doc anyway. Extension leaves the tab bar as is until hiding is available, can be hidden in browser CSS if desired. Yes, that's a bug. I'm working through a list of them before I'm comfortable showing it to people. Thanks for the windows build script, will pull it :) |
Hiding the whole tabbar isn't possible yet, but at least hiding single tabs should have landed recently. |
It's not possible programatically, but there's a manual workaround: I didn't see the update for hiding single tabs, will take a look :) |
@amccausl |
Previously by enabling legacy extensions you could still use TabGroups from the keyboard and right-click shortcuts. (The management UI for creating/deleting groups and moving tabs between groups was broken ever since Firefox 57 betas)
As of the latest Firefox 59 NIghtly builds from this week (wednesday or thursday, can't tell exactly) they broke the thing completely as you can't switch between groups anymore.
The bugs for introducing a tab-hiding API for WebExtensions haven't seen much work ever since 57 launched.
Has anyone found good alternatives?
The Vivaldi browser has a similar feature included, but instead of stacking and hiding the groups, they decided to stack and hide the tabs instead, displaying the groups in the tabbar instead of the tabs for each group.
The text was updated successfully, but these errors were encountered: