-
Notifications
You must be signed in to change notification settings - Fork 16
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
Stopped working in Nightly 2024-08-22 #113
Comments
@sinvb - happened for me also. |
Same here but a different date: Paxmod is still active and running; color attributes and fixed-width is still there, but not multi-row tabs. It seems it also breaks the stock firefox behavior (not too surprising) in that I can only see the top row of tabs (but not the rest). Pinned tabs are not visible. |
same here..anybody have solution? |
"Solutions" for now are:
:) |
workaround - downgrade FF and disable automatic updates, profile can be reused after downgrade, just delete compatibility.ini from it |
Asking just for clarity: to which version is one to downgrade, and where would one obtain said version? |
i try firefox-131.0a1.en-US.win64.installer.exe from here: https://ftp.mozilla.org/pub/firefox/nightly/2024/08/2024-08-21-16-06-37-mozilla-central/ and it works, dont forget before disable "Automatically install updates (recommended)" in settings menu |
I am using https://ftp.mozilla.org/pub/firefox/nightly/2024/07/2024-07-09-21-41-33-mozilla-central-l10n/firefox-130.0a1.cs.win64.installer.exe (czech version) |
When I turn Paxmod on, I get the following message in the browser console. Unsure if it points to anything meaningful: Unexpected pre-existing callContextData on ""Paxmod" (ID: paxmod@numirias, moz-extension://02f72ee3-243a-476a-a1bd-4676f5a011f0/)" contextId 455 |
it worked on mac, thanks. |
Stopped on Developer Edition. |
Thanks, read this just in time to prevent my Dev from updating. |
My new approach is as follows. userChrome.css /* 2024-11 */
toolbar#TabsToolbar {
display: none;
}
/* old */
vbox#titlebar {
display: none;
} Add sidebar with Simple Tab Groups plugin. Edit:
|
Yeah, confirm stopped working in dev firefox :( |
Crap.. i really hope there is a fix for this. I need multiple rows of tabs |
Once you downgrade you can add a {
"policies": {
"AppAutoUpdate": false,
"AppUpdatePin": "131.",
"BackgroundAppUpdate": false,
"DisableAppUpdate": true,
"ManualAppUpdateOnly": true
}
} file structure:
only tested on windows with firefox nightly |
Unfortunately, the blocker does not work on macOS with the FireFox Dev edition.. It updates automatically upon restart of Firefox.. If anyone knows how to block it from updating, please share.. |
UPDATE: I disabled automatic updates and I was able to keep it on Firefox 130.0b9 indefinitly after multiple restarts. In order to downgrade the profile, I was able to do it by starting up 130.0b9 from terminal with this command : cd /Applications/Firefox\ Developer\ Edition.app/Contents/MacOS followed by ./firefox -allow-downgrade |
Hello, I found tab mix plus is reborn !!! |
But no dynamic color unfortunately. We can still combine both extensions but there are few bugs in doing so. |
Looks like this is the line that's getting hit: https://searchfox.org/mozilla-central/source/toolkit/components/extensions/ExtensionParent.sys.mjs#656 |
Here is how it was fixed in the extension above: onemen/TabMixPlus@21288e5 |
@fraynaud33 Thank you for finding this and posting here! I could kiss you, I am so happy to see that TMP is still around, I had no idea. I am switching. @numirias Are you still around? |
He responded to me last time about 2 years ago on Twitter, but nothing since unfortunately |
Someone please make a fork, numirias has not shown public activity for 2 years |
Looks like it broke even more than before in latest nightly making this extension unusable for me. https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_tabs.css allows to bring back multi-row-tabs, but not other things. @MrOtherGuy's collection of tweaks is quite extensive and I think they'd be able to fix our issues here, but not sure they have the time or passion for it. |
I'll jump in to say that no, I don't have any interest in maintaining this project, but I can give you some pointers. I'm pretty sure that the problem that first caused this issue on 2024-08-22 is that your browser.css line 43 doesn't apply the rules to the correct element anymore. Those style rules should be applied to the child I don't know your project well enough to tell what broke just now in Nightly 133, but the |
Still Broken in Dev Ubuntu. |
Well, I have switched to MrOtherGuy's "firefox-csshacks" https://github.com/MrOtherGuy/firefox-csshacks/tree/master just to have back multi-row tabs, and it is working fine in latest Nightly. Yes, I am missing a few good things from here (differrent colors for example), but I only really need multiple rows of tabs, everything else is not so important. |
That's shame as this is honestly the better addon out there.. Oh well. Maybe one day, @numirias will surprise us all with a fix. |
Describe the bug
Since Nightly 131.0a1 (2024-08-22) there are no more multiple rows, only one row is displayed, but I can go to other tabs with Ctrl-PgUp/PgDn
Environment
OS Linux (opensuse, current) and Windows 10, Firefox Nightly 131.0a1 (2024-08-22+), Paxmod version 3.16
The text was updated successfully, but these errors were encountered: