-
Notifications
You must be signed in to change notification settings - Fork 26
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
Set last focused Window as Default Profile #104
base: master
Are you sure you want to change the base?
Conversation
Whenever window focus changes, the Default Profile will be set to whatever the new window is. This will then ensure external links that are opened will open in your last focused window instead of the pre-set Default Profile.
It might be good to add a checkbox in the options to disable this behavior, but it should probably be on by default in my opinion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the idea of adding this to this add-on. I'm not remotely an expert in this code base, but I'd love to see this merged, so I've left some suggestions. The biggest thing is that this probably won't get accepted without a having it be an option in the settings. Since it changes the behavior current users are used to, it will probably have to be disabled by default to maintain consistency.
Co-authored-by: Jesse Kawell <[email protected]>
I would normally agree, but I feel like in this situation it's probably more ideal for the long-term for this to be the default? But yeah I was wanting to leave adding the option up to the original dev so they could do it properly with this toolchain instead of hacked in through inference. But maybe I should bite the bullet and look at figuring out the toolchain. |
Mostly, I just don't think they'll merge this PR with it changing default behavior, but I could be wrong. |
This issue is causing me pain, not quite enough to mess about installing FF developer edition at the moment I very much hope this PR gets merged ASAP. If there's blocking reasons, then hopefully they can be raised with Invertex and solved so that this can be merged and FF can be a real Chrome alternative for people who use profiles. People who don't use profiles - wow, you are missing out |
Unfortunately it seems like they completely abandoned this project. I tried emailing them as well and no response. |
If this project is abandoned, can you fork it and release a new addon? |
I'll see if I can publish a properly working branch at some point.. but really I'd just recommend people switch to Floorp. It's a branch of Firefox that has this whole feature built-in already, and many other improvements. |
Whenever window focus changes, the Default Profile will be set to whatever the new window is. This will then ensure external links you click will open in your last focused window instead of the pre-set Default Profile.
A lot of people coming from Chrome complain about this missing in Firefox, and Firefox used to have this behaviour. It's a lot better for usability.
I dunno if something extra needs to be done to add the function, I don't know anything about the Svelte stuff, I just tested with the extension unpacked.