uc.css.js icon indicating copy to clipboard operation
uc.css.js copied to clipboard

[BUG] VerticalTabsPane Script broken on v107.0a1

Open AlbusPercivalDumbledore opened this issue 3 years ago • 5 comments

Hey, MS!

VerticalTabsPane Script isn't working on v107.0a1

  • OS: Linux (Mint 20.3)

Tabs are visible only when the Pane is Pinned 1

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

2

Also, scrolling doesn't work.

Could you please make it work again?

AlbusPercivalDumbledore avatar Sep 30 '22 22:09 AlbusPercivalDumbledore

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;
}

aminomancer avatar Oct 01 '22 01:10 aminomancer

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!

AlbusPercivalDumbledore avatar Oct 01 '22 05:10 AlbusPercivalDumbledore

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?

1

AlbusPercivalDumbledore avatar Oct 02 '22 20:10 AlbusPercivalDumbledore

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.

aminomancer avatar Oct 02 '22 20:10 aminomancer

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!

AlbusPercivalDumbledore avatar Oct 10 '22 14:10 AlbusPercivalDumbledore

How is it working for you now?

aminomancer avatar Jun 29 '23 11:06 aminomancer

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 :)

AlbusPercivalDumbledore avatar Nov 17 '23 07:11 AlbusPercivalDumbledore