uc.css.js
uc.css.js copied to clipboard
[BUG] VerticalTabsPane Script broken on v107.0a1
Hey, MS!
VerticalTabsPane Script isn't working on v107.0a1
- OS: Linux (Mint 20.3)
Tabs are visible only when the Pane is Pinned

Once Pane is unpinned, Tabs disappear, though the Pane keeps its place.

Also, scrolling doesn't work.
Could you please make it work again?
The layout folks are still working on the modern flexbox emulation changes, so I probably won't revisit this until they're done.
In the meantime, you can add this to userChrome.css
#browser {
-moz-box-layout: revert !important;
}
The layout folks are still working on the modern flexbox emulation changes, so I probably won't revisit this until they're done.
In the meantime, you can add this to userChrome.css
#browser { -moz-box-layout: revert !important; }
Ah, okay. Thanks!
I've been having another issue for quite sometime. I have over 600 Tabs open at present, and VerticalTabsPane lags considerably when showing (on hover) and hiding.
In contrast, I installed 'Tab Center Reborn' Extension a few days back, and its been noticeably faster.
Attaching a GIF showing the same. Could you please look into this too?

Have you changed the hover and hover out delays? There should be an option in the context menu if you right click the pin or toggle button.
Otherwise, performance isn't really my area of expertise. I'm working on a patch to add vertical tabs to Firefox so when that moves forward I'm sure there will be some optimizations. But at a glance, the one on the left is displayed in its own extension browser. Whereas mine is running in the main thread. So maybe that has something to do with it.
I hadn't; they were both set to 100. Though, now that I have set them both to 1, it feels slightly more responsive. I don't know, could be placebo effect :D
I'm working on a patch to add vertical tabs to Firefox so when that moves forward I'm sure there will be some optimizations.
Now, THAT'S AWESOME!
How is it working for you now?
How is it working for you now?
Hey, sorry saw this just now. I've been using v1.7.5, and its working wonderfully well :)