-
Notifications
You must be signed in to change notification settings - Fork 27
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
Title setting doesn't stay #256
Comments
Additionally, when you open a new empty tab (Ctrl+T) the custom title also doesn't get applied, at least until you've switched back and forth between tabs. |
Looks like a misbehavior we should fix for the 4.1 release. |
Will take a look this week or next. |
@kyoshino Any progress? |
I actually found the knob to turn on the titlebar on MacOS (inside the customize palette). So I have also seen this behavior now after updating Firefox Nightly. Switching tabs doesn't bring back the title. But once I created a new tab the title got updated with the configured prefix. Do we have to listen for a startup notification of Firefox to set the prefix via the WebExtension API? |
Same problem here. Creating a new tab then switching to an old one seems to fix it, but, funny thing: if you re-click on the about:newtab you just created, the window title switches back to "Mozilla Firefox". Alternatively, the user needs to manually go into the nightly tester options and check/uncheck "Use custom title". I noticed that other extensions that offer a similar functionality seem to fail in the same way. |
@bobsilverberg do you have an idea if that is a problem with the WebExtension API and the window title API you implemented? |
@whimboo There is an open bug [1] about titlePreface on Windows and Linux with windows with a blank title, which sounds like at least part of the problems described above. As for having the title set when Firefox is restarted, it looks like |
While it's pretty cool to have it working now under all the new WE stuff, I wonder why it keeps forgetting the custom title after a new browser start, though it is still set. I have to recall the settings and reinvoke the custom title checkbox. Not a big deal however a nag when you play parallel different versions to have a destinct separation in the windows taskbar.
The text was updated successfully, but these errors were encountered: