firefox-csshacks
firefox-csshacks copied to clipboard
Multi-row_tabs.css stopped working in v.81.0?
Is it just me, or has this stopped working in v.81.0? Have been using this successfully for a long time, can't do my work efficiently without it. Thank you for your continued work on this vital code!
has this stopped working in v.81.0?
What do you mean by this?
I mean.. I have been using your code to get multi-row tabs for quite some time, but after firefox upgraded to 81.0 it has gone back to single-row tabs. Have I done the wrong thing by putting that comment up there? You can delete it .. sorry .. I was just asking and hoping if anyone knew what was going on.
On Thu, Oct 1, 2020 at 6:00 PM MrOtherGuy [email protected] wrote:
has this stopped working in v.81.0?
What do you mean by this?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MrOtherGuy/firefox-csshacks/issues/78#issuecomment-701963038, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5LICBCPVD2I5QVW5TN2ITSIQZLDANCNFSM4R7V5FJQ .
My confusion is only about what exact style you thought was broken. multi-row_tabs.css is just one of the about 100 styles in this repository.
Nonetheless, few other people have also complained about Firefox 81 breaking the multi-row_tabs.css. I'm not entirely sure what had happened, but whatever it was just updating to the latest version of that style has worked for everyone.
Oh! I'm so sorry, I haven't commented before .. don't really know what I'm doing. So, do you mean I should copy the code that's there now and replace it with mine? Mine is dated early September, so I assumed it was the latest but I confess I did not compare. Thanks for responding .. you can delete my comment if you want.
On Thu, Oct 1, 2020 at 6:22 PM MrOtherGuy [email protected] wrote:
My confusion is only about what exact style you thought was broken. multi-row_tabs.css is just one of the about 100 styles in this repository.
Nonetheless, few other people have also complained about Firefox 81 breaking the multi-row_tabs.css. I'm not entirely sure what had happened, but whatever it was just updating to the latest version of that style has worked for everyone.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MrOtherGuy/firefox-csshacks/issues/78#issuecomment-701974854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5LICHNWLZ6LHUYQYGVOGTSIQ35VANCNFSM4R7V5FJQ .
The latest update to that style is from August 8th 2020.
But I can confirm that it is supposed to work at least up to Firefox 83 (currently in Nightly) including Firefox 81.
But to answer your question, yes, you would just replace your old style with the new one and then restart Firefox.
Hmm ok .. weird, my notes definitely say I added it on 6th Sep. Not to worry, I'll figure it out. Thanks a lot.
On Thu, Oct 1, 2020 at 6:40 PM MrOtherGuy [email protected] wrote:
The latest update to that style is from August 8th 2020.
But I can confirm that it is supposed to work at least up to Firefox 83 (currently in Nightly) including Firefox 81.
But to answer your question, yes, you would just replace your old style with the new one and then restart Firefox.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MrOtherGuy/firefox-csshacks/issues/78#issuecomment-701984286, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5LICCATV6NRJYQEW6CNBLSIQ57DANCNFSM4R7V5FJQ .
The latest update to that style is from August 8th 2020.
But I can confirm that it is supposed to work at least up to Firefox 83 (currently in Nightly) including Firefox 81.
But to answer your question, yes, you would just replace your old style with the new one and then restart Firefox.
I was just pissed off seeing my multirow tabs getting vanished post updating firefox to v82.0. Then saw this thread. And this reply in particular helped me gain the feature back. Thank you for this. I also passed the word on to many others as they too faced similar issues like me.
A BIG thank you to the developers for making this css script without which its impossible for me to multitask.
Hello, I can confirm that the multi-row tab bar stopped working for me after a Firefox update. I'm currently using Firefox 83.0. It stopped working on two different machines at the same time. Can you please fix it? No words can describe how much anguish this is causing me.
Very weird. I just tested that on two systems one is Windows10 and one is Linux Fedora32. And it appears to work totally fine on both with Firefox83 and also nightly 85.
So, I would ask you to confirm that the userChrome.css file is even loaded at all - and also make sure you are using the latest version of the style that is available in the repository.
Also cant seem to get this to work on 83.
After multiple times clearing cache and other I refreshed firefox to have a clean copy then I copy and pasted the whole code in userChrome.css in Folder "chrome" in the profile folder. Stylesheet is set to true.
I have no idea why it wont load.
If I install am older version of firefox and older multirow code it runs fine.
What OS do you have? I wonder if that's somehow relevant.
But you should do a test (using the latest Firefox version):
- Have your userChrome.css file only contain the following:
#nav-bar{ background: red !important }
Now, when you start Firefox the toolbar should be red. If it is not, then userChrome.css is not loaded and you should figure out why that might be.
But if it is indeed red, then copy the contents of the file in question into your userChrome.css replacing the test code.
Windows 7 and it did turn red so firefox is seeing the userChrome.css file.
Pasted the code again just to make sure and nothing.
Unfortunately I can't test Win7, and I suppose it is possible that this happens on Win7 since the titlebar area has some unique behavior there.
Out of interest, what "older" multi-row style worked with older Firefox? Maybe that could yield some clues on how to fix this on Win7.
Its from firefox version 64. The code stopped working at that version and I needed the multi-row more then I needed to upgrade firefox and I couldn't find any new links for an upgrade. It wasn't till I saw a youtube Video saying multi-row for version 81 that I found your code.
So here I am.
I can upload the code if you want but may not be relevant and I don't want to do it until you request it because I am new here and I don't want to break any code of ethics by uploading another persons code in your thread.
Okay, it probably wouldn't help anyway if it was something that old.
I tried looking at what css files Win7 loads but couldn't find anything that would hint why this couldn't work. So unfortunately there is very little I can do here unless I find some Win7 machine to test things with - which could take some time.
I appreciate the attempt. I guess I should upgrade :).
Hi, just to contribute a data point, and to thank for this wonderful repo. Multi-row is a feature I lost some time around 2011 and now 10 years later I can have it back, thanks to this volunteer effort. Salutations! Anyhoo, my setup: FF 86.0 (64-bit) on MacOS 10.15.7, working like charm (well, on first restart at least 😆)
I'll add to README that you may have to restart so that changes take effect.