Showing questions tagged: Show all questions

Newest version 119

Once Firefox was updated to the latest version nothing worked anymore. No changes to the Settings were saved. Keeps loading the Mozilla page even after I changed to goog… (read more)

Once Firefox was updated to the latest version nothing worked anymore.

No changes to the Settings were saved. Keeps loading the Mozilla page even after I changed to google.ca. Rebooted, restart the browser, etc. Nothing works. Changing the security settings restart the browser then it won't connect to the web.

Everything worked perfectly with the previous version. As soon as it upgraded nothing worked properly anymore.

Tried to go back to 118 but it keeps updating.

Using a very old version right now to be able to connect (56.0.2) and told it NOT to update.

Asked by y_portelance 5 months ago

Last reply by zeroknight 5 months ago

Firefox will NOT LET ME assign a downloads folder, and doesn't ask (though that is checked)

Firefox will NOT LET ME assign a downloads folder, and doesn't ever ask where to save (though that IS checked). There is NOTHING the support base or community I can fin… (read more)

Firefox will NOT LET ME assign a downloads folder, and doesn't ever ask where to save (though that IS checked). There is NOTHING the support base or community I can find addressing this. It tells you to check "ask" and or to assign a downloads folder. Well, I Have checked "ask" and it doesn't ask. And it will not let me select a downloads folder.

And all downloads "fail." So I cannot use Firefox io download anything.

This is a bug. The settings do not work.

I have updated to latest version, this has been the case thru multiple versions. I am using a M1 Macbook pro with Monterey OS.

Asked by SamanthaRose 5 months ago

Last reply by zeroknight 5 months ago

lettering /Font

One of the best things about Firefox is that i could use other fonts on the website and now I can't. Just stuck with this crappy one.. or tell me how to change it as I … (read more)

One of the best things about Firefox is that i could use other fonts on the website and now I can't. Just stuck with this crappy one.. or tell me how to change it as I have tried..

Asked by stilla7thgrader 5 months ago

Last reply by zeroknight 5 months ago

Lose playback control from keyboard after switching back with ALT+TAB

I'm watching a YouTube video and taking notes simultaneously. It used to work fine, but today, possibly after update 119.0(64-bit), it's not functioning properly. I could… (read more)

I'm watching a YouTube video and taking notes simultaneously. It used to work fine, but today, possibly after update 119.0(64-bit), it's not functioning properly. I couldn't resume my video with <space> after switching back from my note using <ALT>+<TAB>.

Any solution for this? Or should I consider downgrading my FF?

Asked by fy 5 months ago

Last reply by zeroknight 5 months ago

Issues after updating - Firefox logo missing from homepage; customized font settings ignored

Hello, after updating Firefox to v.119 a couple of issues have developed that I can’t seem to resolve. First of all the Firefox logo has disappeared from my home page. T… (read more)

Hello, after updating Firefox to v.119 a couple of issues have developed that I can’t seem to resolve.

First of all the Firefox logo has disappeared from my home page. To show what I mean here are some screenshots: The 1st one shows what I see when I open the browser as normal - as can be seen I have several extensions normally in use so the 2nd image shows Firefox opened in ‘Troubleshoot’ mode.

Both these two were taken with the Privacy & Security settings set to ’Strict‘, the 3rd image shows ‘Troubleshoot ’mode with Privacy & Security set to ‘Standard’. ~~~ Now onto the subject of fonts; I’ve done some searching around and even with the Privacy & Security settings customized to ignore fingerprinting, Firefox still ignores my font-setting preference, which is FreeSerif, usually at 14 or 16pt size. Despite me unchecking the setting to allow websites to use their own fonts I cannot get any page to load using my preferred font. This causes me problems as I suffer from a particular type of astigmatism which makes san-serif fonts difficult to read.

Thanks in advance for any help offered.

Andy King

Asked by andym.king 5 months ago

Last reply by zeroknight 5 months ago

Home page button

I have been using Firefox for years. Recently my browser developed a glitch. I uninstalled Firefox then reinstalled it. That part went fine. I find the newer version very… (read more)

I have been using Firefox for years. Recently my browser developed a glitch. I uninstalled Firefox then reinstalled it. That part went fine. I find the newer version very user unfriendly. There is no home page button and I cannot figure out how to add one. Your bookmarks are awful. It tries to be intuitive but in the end all it does is takes 3 to 4 steps to do something that used to bee done in one. This is not an improvement. I want a bookmark list not a not a most recent list. This is a major pain in the a.. . I do not want to stop using Firefox but this user unfriendliness is a major problem. Not quite sure what to do.

Bruce Fairman

Asked by bfairman 5 months ago

Last reply by cor-el 5 months ago

Search shortcut behaviour without search terms

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without en… (read more)

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without entering any search terms, and be brought to the main page of that search engine. In fact, search engine definition file has a specific field for that feature.

Well, I'm on FF 119 now and I find that this behaviour is broken. You MUST enter search terms now.

Is there a way to fix this pointless change, or do I have to downgrade?

Asked by Vindicar 5 months ago

Last reply by cor-el 5 months ago

Domain Guessing

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, e… (read more)

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, etc. so I can move aorund the web just a little faster. The setting I used to turn it on is no longer in the about:config menu. Is there a way to get this back? For example, I was able to type in Amazon and the amazon.com website would automatically open in the tab. Now I get this

Asked by Gentle Jag 5 months ago

Last reply by cor-el 5 months ago

What is this "app.update.background.rolled out" setting?

Hi What is this "app.update.background.rolled out" setting? /** * Background Update is controlled by the per-installation pref * "app.update.background.enabled".… (read more)

Hi

What is this "app.update.background.rolled out" setting?


 /**
  * Background Update is controlled by the per-installation pref
  * "app.update.background.enabled". When Background Update was still in the
  * experimental phase, the default value of this pref may have been changed.
  * Now that the feature has been rolled out, we need to make sure that the
  * desired default value is restored.
  */
 async ensureExperimentToRolloutTransitionPerformed() {
   if (!lazy.UpdateUtils.PER_INSTALLATION_PREFS_SUPPORTED) {
     return;
   }
   const transitionPerformedPref = "app.update.background.rolledout";
   if (Services.prefs.getBoolPref(transitionPerformedPref, false)) {
     // writeUpdateConfigSetting serializes access to the config file. Because
     // of this, we can safely return here without worrying about another call
     // to this function that might still be in progress.
     return;
   }
   Services.prefs.setBoolPref(transitionPerformedPref, true);

Asked by Piotr 5 months ago

Last reply by zeroknight 5 months ago

Why after last update I cannot play/pause video with spacebar after alt+tab to firefox? and some other things

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to w… (read more)

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to work, other buttons work, other video websites like netflix dont have any problem. I remember new update tab opened. Why do you have to break everything? Don't know how long that show all tabs button is up there but I tried couple times to remove it and its impossible, why URL bar is also search bar? Why? everyone can but search bar whenever we want, even right next to it, who thinks of this bullshit? Instead of being user friendly you put useless shit into it making it work like a my 16 bit PC when people expect it to run smoothly and quickly.

Asked by Kacper 5 months ago

Last reply by zeroknight 5 months ago

User Interface

FIrefox previously would list my favorite quick reference tabs in any open window. Now I have to open a new window or tab to get this option. Classic example of upgrade… (read more)

FIrefox previously would list my favorite quick reference tabs in any open window. Now I have to open a new window or tab to get this option. Classic example of upgrades removing convenient features. Is this a setting that I cannot find?

Asked by kastenr 5 months ago

Last reply by cor-el 5 months ago

Set New Tab to open a local file

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that… (read more)

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that stopped working.

There are many existing posts out there regarding this, so it seems it is a desired feature. However, none of the posts are applicable to the latest configuration 119.0 (October 2023).

Is there a way to force the new tab to open a local file? Or open the home page (which is also a local file)?

Windows 11 Pro, Firefox 119.0 (64-bit)

Asked by jgreg808 5 months ago

Last reply by cor-el 5 months ago

Is there a way to revert a recent change to how arrow keys work in the URL bar?

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the i… (read more)

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the insertion point at the very beginning of whatever text was in there, and then another up arrow press would select the bottom suggestion, but now it instantly wraps to the very bottom selection. It's quite frustrating when trying to modify a search query - now you either have to hold the left arrow key, or accurately click with the mouse

For instance, say I type "cloud" in the URL box, but figure "storm cloud" would be a better search. I can't just press the up arrow to add "storm ", because pressing the up arrow once now just replaces the entire line of text with "https://soundcloud.com/", completely ruining my search. I'm pretty sure this was recently changed with an update. Is there any hope of changing it back?

Asked by BunnyHelp 5 months ago

Last reply by zeroknight 5 months ago

enable/disable JS, pictures, or add/r search engine, without addons/about:config

hello since few years im a bit surprised by the fact, that on firefox, it's harder and harder to do the following customisation : -enable or disable javascript -ena… (read more)

hello

since few years im a bit surprised by the fact, that on firefox, it's harder and harder to do the following customisation : -enable or disable javascript -enable or disable pictures of webpages

the thing is, years ago it was just a one-click setting to change, and now it's looks like to be needed either to go on nerdly-menu (about:config, and know by heart the right one), or to use an addon (that i dont want)

do you know if there is a possibility, for an offline computer (mean bye addons), without going to about:config, to enable/disable both Javascript feature, and picture of webpages?

it's the same for customised search engine : years ago it was faisable with just entering the address of a new one into the common settings, now it's looks like an addon is required.... why?!


years ago no addon nor connection was needed to : -en/disable JS -en/disable images/pictures on webpages -add/remove search engine

..why?

thank you vm

Asked by harold20 5 months ago

Last reply by tao101 5 months ago

Extensions/Toolbar

After the 119.0 Update, the Extension Button and Panel does not allow for access directly from the toolbar--the downloaded extensions (like AdBlock, Clock) are not able t… (read more)

After the 119.0 Update, the Extension Button and Panel does not allow for access directly from the toolbar--the downloaded extensions (like AdBlock, Clock) are not able to be placed on the Toolbar per the Puzzle Icon to Pin to Toolbar

Asked by jcrobles 5 months ago

Last reply by cor-el 5 months ago

Home Page

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York T… (read more)

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York Times. I'd like to be able to do the same here with Firefox, if possible.

Thanks.

Asked by pb4072 5 months ago

Last reply by Paul 5 months ago

I added your add-ons and can no longer access Facebook

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and… (read more)

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and still cannot get in. What do I do now?

Asked by Joe Farrelly 5 months ago

Last reply by Terry 5 months ago