Reviews for Tab Center Reborn
Tab Center Reborn by Mélanie Chauvel (ariasuni)
Review by AcidCrash
Rated 5 out of 5
by AcidCrash, 5 years agoHi, just noticed there is an issue when I make a multiple Tab Select.
When I use Ctrl+multiple tab select (default horizontal tabstrip), then press Ctrl+W to close them they are removed from horizontal tabstrip but remain in the extension verticalstrip. Also there are no visual representation that multiple tab selection is made.
Do you plan to fix/update this?
UPD: Looks like the issue with mutlipletabselect is caused by the following CSS that I'm using (from the original Tab Center page)
/* Reduce tab height */
#tablist-wrapper.shrinked .tab:not(.pinned) {height: 30px !important;}
I've noticed that you suggest using a bit different CSS for that purpose. Apologies for the false alarm
Also a minor issue is with Extension options > Custom Stylesheet. I'm on Win10x64 and cant change the width of that section (and by default it's really narrow)
When I use Ctrl+multiple tab select (default horizontal tabstrip), then press Ctrl+W to close them they are removed from horizontal tabstrip but remain in the extension verticalstrip. Also there are no visual representation that multiple tab selection is made.
Do you plan to fix/update this?
UPD: Looks like the issue with mutlipletabselect is caused by the following CSS that I'm using (from the original Tab Center page)
/* Reduce tab height */
#tablist-wrapper.shrinked .tab:not(.pinned) {height: 30px !important;}
I've noticed that you suggest using a bit different CSS for that purpose. Apologies for the false alarm
Also a minor issue is with Extension options > Custom Stylesheet. I'm on Win10x64 and cant change the width of that section (and by default it's really narrow)
Developer response
posted 5 years ago> When I use Ctrl+multiple tab select (default horizontal tabstrip), then press Ctrl+W to close them they are removed from horizontal tabstrip but remain in the extension verticalstrip.
I do not have this issue, with the current version of the extension. Let me know what settings you are using and your version of Firefox, so I can try to reproduce.
> Also there are no visual representation that multiple tab selection is made.
The WebExtensions API doesn’t give me access to the info that a tab is selected or not. I plan to eventually implement tab selection in Tab Center Reborn itself, but it can’t be «synchronized» between an extension and Firefox tab bar, sadly. I think I’ll open a bug report on Bugzilla soon though, and maybe they’ll implement it.
> Also a minor issue is with Extension options > Custom Stylesheet. I'm on Win10x64 and cant change the width of that section (and by default it's really narrow)
I changed that already for the next version! :)
I do not have this issue, with the current version of the extension. Let me know what settings you are using and your version of Firefox, so I can try to reproduce.
> Also there are no visual representation that multiple tab selection is made.
The WebExtensions API doesn’t give me access to the info that a tab is selected or not. I plan to eventually implement tab selection in Tab Center Reborn itself, but it can’t be «synchronized» between an extension and Firefox tab bar, sadly. I think I’ll open a bug report on Bugzilla soon though, and maybe they’ll implement it.
> Also a minor issue is with Extension options > Custom Stylesheet. I'm on Win10x64 and cant change the width of that section (and by default it's really narrow)
I changed that already for the next version! :)