Showing questions tagged: Show all questions

Washington Post main page not loading

As of February 13, 2025 the front page of the Washington Post website does not load correctly in Firefox 115.20.0esr in Mac OS 10.13.6. The problem persists even in safe … (read more)

As of February 13, 2025 the front page of the Washington Post website does not load correctly in Firefox 115.20.0esr in Mac OS 10.13.6. The problem persists even in safe mode. Thank you.

Asked by Jay 2 months ago

Last reply by jonzn4SUSE 2 months ago

Firefox won't load any websites but other browsers can

Suddenly this morning Firefox stopped connecting to any websites. It never gives an error message, it just tries to connect forever. Chrome and Edge can both access the i… (read more)

Suddenly this morning Firefox stopped connecting to any websites. It never gives an error message, it just tries to connect forever. Chrome and Edge can both access the internet without problems. I'm running Windows 11 Pro, and here's what I've tried so far:

Malwarebytes disabled Firewall disabled Turned off all add-ons/extensions Firefox uninstalled and reinstalled Firefox, Windows, Malwarebytes, etc all updated Cache & cookies cleared Refresh Proxy use disabled IPv6 enabled DNS prefetching set to "true" Full malware scan by Malwarebytes Computer restarted (several times)

Any other ideas? Thanks!

Asked by office903 2 weeks ago

Last reply by jonzn4SUSE 2 weeks ago

Words sticking together when using Firefox to search in browser and typing replies to emails.

Hi, I have donated to Mozilla Foundation in the past and will gladly do so again once a vexing issue has been resolved. I am using the latest Firefox version for Mac. W… (read more)

Hi,

I have donated to Mozilla Foundation in the past and will gladly do so again once a vexing issue has been resolved. I am using the latest Firefox version for Mac.

While using the updated Mozilla Firefox recently I find that allthewordsItypesticktogetherlikethis when I try to search for something. It can also happen when I type emails using Firefox. So I often have to change back to Safari.

Also, I notice that with the updated Firefox version, a mysterious blue square appears around the text I am working on.

Do you have any suggestions or instructions as to how to stop the annoyingjoingingtogether of words from happening? Please help!

Thankyou!

Asked by dianacovell 3 months ago

Last reply by jscher2000 - Support Volunteer 3 months ago

Firefox no longer compatible with my bank

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says… (read more)

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says it is a problem with Firefox. Other browsers work flawlessly ... are you working on a solution? I only use Firefox unless forced to use something else ...

Asked by bruce.woodgate 3 months ago

Last reply by jonzn4SUSE 1 day ago

Can not see the visit counter in Firefox browser

If I visit the website www.silviadesimone.it (I am the webmaster) through Google Chrome or Microsoft Edge, I can see the visit counter in the left bottom corner of the pa… (read more)

If I visit the website www.silviadesimone.it (I am the webmaster) through Google Chrome or Microsoft Edge, I can see the visit counter in the left bottom corner of the page. If I use Mozilla Firefox (that is the browser that I normally use) the visit counter does not appear. According to the ShinyStat helpdesk it could depend on some Firefox plugin that does not allow the counter to show. Can you help me? Thank you

Asked by totosco54 3 months ago

Last reply by cor-el 3 months ago

UNWANTED MESSAGES BEING RECEIVED

i AM RECEIVING EMAILS ALL DAY LONG FROM SECUREDJOINTNETWORK TELLING MY SYSTEM IS INFECTED.. MY SECURITY PREVENTS THAT i WANT THESE NOTICES STOPPED, BUT DON'T KNOW HOW T… (read more)

i AM RECEIVING EMAILS ALL DAY LONG FROM SECUREDJOINTNETWORK TELLING MY SYSTEM IS INFECTED.. MY SECURITY PREVENTS THAT i WANT THESE NOTICES STOPPED, BUT DON'T KNOW HOW TO DO IT.

Asked by Donald Rittenhouse 4 months ago

Last reply by James 4 months ago

New website login says bad request

Hi, The scouting association have updated their members website to membership.scouts.org.uk. This works, but from there is a link to my learning.scouts.co.uk. Sometimes … (read more)

Hi,

The scouting association have updated their members website to membership.scouts.org.uk. This works, but from there is a link to my learning.scouts.co.uk. Sometimes this works but often I get "bad request, error 400". I've had to move to Edge when using this website. I didn't want to! I've used Firefox for years

Stephen Hogg

Asked by Stephen Hogg 4 months ago

Last reply by jonzn4SUSE 4 months ago

Sign into eBay without having to choose like symbols pictures to do so.

When I try to sign into eBay, a multi-photo comes up asking me to identify like objects in order to be allowed to enter the program. I believe Firefox is causing this pr… (read more)

When I try to sign into eBay, a multi-photo comes up asking me to identify like objects in order to be allowed to enter the program. I believe Firefox is causing this problem. How can I fix the problem?

Asked by jeri322 3 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

Web site will not work using Firefox

I am using the most current version of Firefox with Windows 10. At this web site: https://tenthousandpots.com/ , I am unable to browse the majority of the site i.e., no … (read more)

I am using the most current version of Firefox with Windows 10. At this web site: https://tenthousandpots.com/ , I am unable to browse the majority of the site i.e., no products appear when selected. I also tried DuckDuckGo and had the same issue. However, when I downloaded and accessed the site via Google Chrome, the site worked as it should. I reached out to the TenThousandPots site and advised them of this and they said they've had no similar reports. Can anyone advise?

Asked by Placerville 3 months ago

Last reply by jonzn4SUSE 3 months ago

CSS file is not loading in time (race condition) and it is only happening in Firefox and not other browsers

We are getting errors that css values not defined as if the css file is not loaded from our CDN, which is only happening in Firefox and not other browsers that we support… (read more)

We are getting errors that css values not defined as if the css file is not loaded from our CDN, which is only happening in Firefox and not other browsers that we support.

We confirmed something changed in Firefox that is triggering this around FF version 132. With the ESR (currently 128.5) and the page is working correctly. When we switched back to latest 133 and the bug is there


In the situations it happens, sometimes our css is NOT being loaded. In others, it is loaded and doesn't work but I see things trying to render before the file shows up in the console network logs. When it works...it is coming up cached. So this feels like a race condition of some type


I'm pretty sure the rule is that css is blocking, because we discussed race conditions when we implemented this, so this might be a Firefox bug? If this is a Firefox bug that isn't in an esr yet, we want to get it filed against firefox and fixed before the next esr.

We even tried a hacky patch on our code's method that is in question, as well as tried putting the expected css font-family style into a <style> tag in our index.html. The patch worked on Windows. It did not work on Mac. Stepping through the code, we see `undefined` / `null`. This definitely implies that the css styles simply have not been applied when the first component asking for the theme is routing through this code.


So again: our Firefox > 132. ESR up to 131 doesn't produce this issue, so something changed in Firefox 132.


If we tried loading our css file in a parent page (just loading, not using) to get it into the mix sooner, it doesn't help. An iframe is still loading faster than its parent frame is loading that css file from the CDN.

Asked by John Britzke 3 months ago

Last reply by markwarner22 3 months ago

roblox

my laptop wont let me play Roblox on it it says i need to download the app i click that so it does downloads but it say an error on it and it is not the internet connecti… (read more)

my laptop wont let me play Roblox on it it says i need to download the app i click that so it does downloads but it say an error on it and it is not the internet connection. please help i want to play so please write back.

Asked by Nick_MK 1 month ago

Last reply by Eric Robertson 1 month ago

Firefox 133 can't load websites, other browsers can

After a recent update to Firefox 133.0.3 (on Ubuntu GNU/Linux 22.04), Firefox is having difficulty connecting to websites and exhibiting some other odd behavior: - After… (read more)

After a recent update to Firefox 133.0.3 (on Ubuntu GNU/Linux 22.04), Firefox is having difficulty connecting to websites and exhibiting some other odd behavior:

- After initially starting Firefox, it will load websites (e.g., previously open tabs) for up to 30 seconds. After that, it will not load any website in a new tab, showing the loading animation for several seconds before stopping all activity and just displaying an hourglass icon in the tab. These sites can be connected to in other web browsers. - After closing Firefox, its process is still running; I have to manually find its pid and kill it. - If I start Firefox from the terminal, I see these messages when it starts having trouble loading websites:

libva info: VA-API version 1.20.0 libva info: Trying to open /snap/firefox/5437/gnome-platform/usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_20 libva info: va_openDriver() returns 0

Asked by endsley 4 months ago

Last reply by jonzn4SUSE 3 months ago

Unable to Login to SSA.Gov Site

Whenever I login to the web site "SSA.GOV" and click the login button, the next screen presented in Firefox is: "Bad Request Your browser sent a request that this server… (read more)

Whenever I login to the web site "SSA.GOV" and click the login button, the next screen presented in Firefox is: "Bad Request

Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

If I go to a Private Window, type in the SSA.Gov and then select the Login page, I am presented with the correct page and can then supply my information and login.

Asked by Nikon1 3 months ago

Last reply by jscher2000 - Support Volunteer 3 months ago