Showing questions tagged: Show all questions

Firefox loads website only when in foreground

Dear Firefox support community Greetings from southern Germany, near Lake Constance :-) I have issues since a few months that Firefox loads website only when I act… (read more)

Dear Firefox support community

Greetings from southern Germany, near Lake Constance :-)

I have issues since a few months that Firefox loads website only when I actively click on the app and put in foreground. Then the tabs start loading. Why is that?

After startup of Windows 10, I usually run a little batch script of mine starting various applications such as Outlook, Notepad++ etc, including Firefox along with my favourite websites, just like this:

start "" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Firefox.lnk" https://de.wikipedia.org https://www.google.de [and more...]

So Firefox loads and opens all the tabs in the background, while other apps such as Outlook or Notepad++ come in the foreground. I read mails etc. before I decide to check e.g. Wikipedia. So it might take 5 minutes after Firefox got opened before I actively put it in the foreground. THEN I see no websites got loaded, and THEN Firefox starts to load the websites, which then takes the normal amount of time of a few seconds.

I wonder why Firefox does not load all my requested websites directly after start in the background.

An annoying side effect is, when still in Outlook and clicking on a website link in an email, it won't open in Firefox, most likely due to that reason that Firefox still waits for all the other websites to load. I need to put it into foreground, wait for the loading process to complete, and then go back to the email and click on the link again.

Any ideas would be greatly appreciated!

Many thanks in advance for your assistance & Best regards Volker

Asked by volker.meder 44 minutes ago

firefox 126.0.1 is broken after update / reinstalling and sync to mozilla profile

I have installed firefox in my laptop for years. after latest update, firefox runs just fine only for the 1st time, then after closing the app / restarting the laptop, fi… (read more)

I have installed firefox in my laptop for years. after latest update, firefox runs just fine only for the 1st time, then after closing the app / restarting the laptop, firefox keep giving error (attached) I have tried to refresh, run troubleshoot mode, uninstall and reinstall again at one point I was able to recreate the issue only after reinstalling firefox 126.0.1 portable version and then syncing to the profile ( run ok for 1st time, then it broke down after closing it) The problem also seems repeatable using firefox 115 protable Now, I tried to reinstall the portable version from scratch, it keeps hitting same error from 1st run

I have also double check the firewall and antivirus to make its not blocking All other browsers works just fine

Asked by blast_tortoise 2 hours ago

Last reply by Paul 1 hour ago

Can't Access Open Window

After update to 126.0.1 I cant access two of the four windows that are open. They are still listed under the Window toolbar option but clicking on them reveals nothing, … (read more)

After update to 126.0.1 I cant access two of the four windows that are open. They are still listed under the Window toolbar option but clicking on them reveals nothing, as if hidden except they are not in the Mac toolbar. Not sure if this is a new feature or glitch, any help would be great, the two windows I can't currently access contain alot of tabs I need.

Asked by mrkeesu 2 hours ago

Youtube slow with firefox

Bonjour, Hello, I contact you because, even without an adblocker, Youtube is very slow with Firefox navigator. I don't understand why and I don't have this problem with … (read more)

Bonjour, Hello,

I contact you because, even without an adblocker, Youtube is very slow with Firefox navigator. I don't understand why and I don't have this problem with Google Chrome ? Fews years earlier, I never had this problem with slow Youtube when using Firefox Navigator. I don't know if the problem comes from Youtube or Mozilla and I contacted both of them.

Thank you.

Bonjour,

Je vous contacte car, même sans bloqueur de publicité, Youtube est très lent avec le navigateur Firefox. Je ne comprends pas pourquoi et je n'ai pas ce problème avec Google Chrome ? Quelques années plus tôt, je n'avais jamais eu ce problème de lenteur avec Youtube lorsque j'utilisais Firefox Navigator. Je ne sais pas si le problème vient de Youtube ou de Mozilla et je les ai contactés tous les deux.

Asked by Jérémy COHEN 21 hours ago

Last reply by jonzn4SUSE 11 hours ago

Firefox is not allowed to open the page

When I open poges now I see often "Firefox darf diese eingebettete Seite nicht öffnen" maybe similar to "Firefox can't open the imbedded page" I can't see my own music t… (read more)

When I open poges now I see often "Firefox darf diese eingebettete Seite nicht öffnen" maybe similar to "Firefox can't open the imbedded page"

I can't see my own music tracks posted on x.com! That's a kind of fraud! What are you doing? At SAP I have to use Edge on Linux already cause you are doing a very bad job! WTF is going on? Are you doing anything or just breaking things?

Asked by Rico Pundrich 13 hours ago

Last reply by cor-el 11 hours ago

Firefox Slow to Load Youtube with Ublock Origin

As the title says, it is very slow with Ublock Origin. I have refreshed Firefox and without Ublock it obviously works but I would like to keep the extension because it is… (read more)

As the title says, it is very slow with Ublock Origin. I have refreshed Firefox and without Ublock it obviously works but I would like to keep the extension because it is the only one that works with Youtube Ads right now.

Asked by allenjftipay10 1 day ago

Last reply by jscher2000 - Support Volunteer 13 hours ago

Hushmail has stopped allowing me to resppond to emails by not having the menu bar. Hushmail works on Edge and Chrome.

I have used Firefox exclusively for years. I use Hushmail but recently I am missing the respond to email bar that was always there. I have to use Edge and Chrome (but n… (read more)

I have used Firefox exclusively for years. I use Hushmail but recently I am missing the respond to email bar that was always there. I have to use Edge and Chrome (but not a fan of) and Hushmail works like it used to. Something about Firefox must be the difference. Can you help me?

Asked by rjchinwm 15 hours ago

WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name… (read more)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.

Any suggestions?

TIA

S. Claes

Asked by spcl67 16 hours ago

Firefox. dropped to 300/340mb. I installed Chrome. Speed ​​900mb. What to do in Firefox to regain speed?

I have 750mb Claro fiber internet, directly on the cable. I updated Firefox. My internet dropped to 300/340mb. I complained to Claro. They tested by connecting another co… (read more)

I have 750mb Claro fiber internet, directly on the cable. I updated Firefox. My internet dropped to 300/340mb. I complained to Claro. They tested by connecting another computer to the cable. It gave 800mb. I installed Chrome. Speed ​​was 900mb. What to do in Firefox to regain speed?

Asked by Rodrigo Guimaraes Pena 2 days ago

Last reply by Samuel Santos 20 hours ago

Malfunctioning System Since Firefox Refresh

I refreshed Firefox last night. Now, Facebook doesn't display images--it displays about half; the rest are blank boxes. Facebook closes while I'm typing. A game I've been… (read more)

I refreshed Firefox last night. Now, Facebook doesn't display images--it displays about half; the rest are blank boxes. Facebook closes while I'm typing. A game I've been playing freezes and I have to close it and re-open it. Telus email seems to be fine. My Google results are in massive type and I can't adjust it.

Asked by louise.aird 22 hours ago

Firefox freezes when using the search bar in Settings

Device: M1 MacBook Pro OS: macOS Sonoma 14.5 Attempting to type just one letter in the search bar in Settings will make the entire app unresponsive. I only got this prob… (read more)

Device: M1 MacBook Pro OS: macOS Sonoma 14.5

Attempting to type just one letter in the search bar in Settings will make the entire app unresponsive. I only got this problem ever since I upgraded to Sonoma 14.5.

Asked by Andy Huỳnh 1 day ago

Repeated freezing/crashes with Firefox browser despite refreshes/new installs

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing… (read more)

I've been using Firefox for about six months. I'm a MacBook user with the most recent version of Sonoma installed. After a month or so of using Firefox it starts crashing and freezing. Sometimes I can't restart it for several minutes. Whenever this happens, I refresh it. I've refreshed it about twice. I've re-installed it twice too, but it keeps happening. Most settings are default, but I wanted to include the settings in case this could be the problem: - I've turned off Firefox home content - I've turned off all passwords and autofill features - Never Remember History - Do Not Track and Tell Websites not to share/sell my data are turned on - I left the standard-level security settings as is

I have one extension installed.

The only other browser I have installed is Safari and I am not having these issues. I should add that I don't receive any error messages when this happens, it just freezes. The most recent issue is that I was clicking on buttons on a website and it wasn't working, but when I started using the Safari browser (which also set to private mode) it worked fine.

When it works I love Firefox and would like to keep using it. I am wondering if there is anything I can do to fix this.

Asked by mozillauser1234 4 weeks ago

Last reply by mozillauser1234 2 weeks ago

"503 Service Unavailable" message when tryinng to go to https://accesspeople.accessacloud.com/

Hello, I have the latest release of Firefox on windows 11. When I try to access accesspeople.accessacloud.com, the site I use to see my work's rota, the website doesn't… (read more)

Hello,

I have the latest release of Firefox on windows 11.

When I try to access accesspeople.accessacloud.com, the site I use to see my work's rota, the website doesn't work and shows this message;

" 503 Service Unavailable No server is available to handle this request. "


This website works fine with Chrome, Opera, Edge, etc.

I have tried disabling all extensions, turing off tracking, as well as clearing the cookies and cache for the site and still no luck.

Please let me know if you know of any solutions.

Thanks

Asked by joshldaniel73 1 day ago

Last reply by jonzn4SUSE 1 day ago

Cannot print from Firefox in Win 11, unless I log in as a different Windows user?

I cannot print from Firefox. It worked fine, and then stopped. I'm not sure what changed. It doesn't matter what printer I use. Even printing to PDF fails. No errors appe… (read more)

I cannot print from Firefox. It worked fine, and then stopped. I'm not sure what changed. It doesn't matter what printer I use. Even printing to PDF fails. No errors appear, and nothing shows up in the printer queue. All the other applications in Windows print just fine. It's just Firefox. And just for this one Windows user.

I tried clearing the saved printer settings in the about:support page. I tried refreshing Firefox. I tried uninstalling and reinstalling Firefox. I tried uninstalling, removing the mozilla folder in %appdata%, and reinstalling Firefox. No luck.

The only time I can get it to print anything is to log into a different user account on this same PC. Printing from Firefox seems to work then.

It seems there is some user-specific printer setting/file/whatever that is messed up. I'm not sure what else to try.

Thanks.

Asked by jason147 1 day ago

Outlook Freezing up Internet

With these updates the way Firefox handles Outlook seems to get worse and worse. I don't have these problems if I switch to Edge. If I'm watching streamers on Twitch the … (read more)

With these updates the way Firefox handles Outlook seems to get worse and worse. I don't have these problems if I switch to Edge. If I'm watching streamers on Twitch the streams pause while Outlook loads. It didn't used to do this. Something about that mail service is really hanging up the browser and it struggles more and more. There is always delay as it tries to load everything. The first email will take a while before it loads up. Sometimes if I close the tab and open a new one and try again it loads up faster. I've have all my cookies reset with this recent firefox update, everything got wiped for some reason, but getting them set up again doesn't help it. Clearing Cache hasn't helped it.

Asked by Gonnagle 1 day ago

Last reply by jonzn4SUSE 1 day ago

Firefox crashes everytime when Firefox-Settngs is selected

Firefox 126.0.1 Mac OS Sonoma 14.5 Everytime I select Firefox-Settings.. the Settings window opens and then crashes This crashes with Troubleshoot mode selected Partia… (read more)

Firefox 126.0.1 Mac OS Sonoma 14.5

Everytime I select Firefox-Settings.. the Settings window opens and then crashes

This crashes with Troubleshoot mode selected

Partial crash report included below.

Asked by gsulsh57 1 day ago

After rebooting a Windows 10 computer, and starting Firefox, two Firefox Windows open

After rebooting a Windows 10 computer, and starting Firefox, two Firefox Windows open. The second one opens Yahoo on it's Tab with no other Tabs open. Before booting, the… (read more)

After rebooting a Windows 10 computer, and starting Firefox, two Firefox Windows open. The second one opens Yahoo on it's Tab with no other Tabs open. Before booting, there was only one Firefox window open. This has happened before in the past.

Could this be fixed.

I have also reported several times that at times, Bookmark folders are found missing but found in strange places where I did NOT move them. I have been told that this could be possibly caused because of my very large Bookmark file. It would be very nice if this was resolved. I have reported this at bugzilla.mozilla.org.

Asked by Wayne Carpenter 1 day ago