顯示下列標籤的問題: 顯示所有問題
  • 封存

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 … (閱讀更多)

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.

Jay 於 1 年前 詢問

jonzn4SUSE 最近回覆於 12 個月前

  • 封存

google maps in firefox

I have noticed some minor changes in Google Maps. Unfortunately, they have affected the support of Maps in Firefox (135.0): maps are displayed without any names (towns, s… (閱讀更多)

I have noticed some minor changes in Google Maps. Unfortunately, they have affected the support of Maps in Firefox (135.0): maps are displayed without any names (towns, streets, objects, etc.). Since this bug is not present in the support of Maps in Edge, I think that Firefox requires a correction. When can we expect a fix?

marek_kolanowski 於 12 個月前 詢問

jonzn4SUSE 最近回覆於 12 個月前

  • 封存

Google translate not working in Firefox 2025

For weeks now google translate has not been working as it should, when I translate something it usually defaults to translating it to English, but if I change the languag… (閱讀更多)

For weeks now google translate has not been working as it should, when I translate something it usually defaults to translating it to English, but if I change the language to any other than English it still only shows the English translation (or whatever language it got "stuck" on).

I have signed out and in of my google account, have the latest version of Firefox (134.0.2), refreshing the pages doesn't help. I don't have this issue in other browsers.

byjuliabck 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前

  • 封存

Can't login to DocuSign.

Using Firefox on iMac, with Privacy Badger plugin. Can't log in to DocuSign. I believe it is a browser error, because I can log in using Safari. When I attempt to login t… (閱讀更多)

Using Firefox on iMac, with Privacy Badger plugin. Can't log in to DocuSign. I believe it is a browser error, because I can log in using Safari. When I attempt to login to Docusign I get and application error, regardless of whether I use my password or a passkey (fingerprint id).

Related issue is when I click links to articles in emails from Flipboard (a content aggregator) I get a "Bad Request" error message. This just started happening. This also does not happen if I use Safari.

Tom Player 於 1 年前 詢問

Tom Player 最近回覆於 1 年前

  • 已解決
  • 封存

I can only put 5 digits out of 6 to create 2FA.

So basically, I'm trying to add a 2FA code, homever when I scanned the code using google authenticator, everything went normal. Homever, when I try to put in the code, fi… (閱讀更多)

So basically, I'm trying to add a 2FA code, homever when I scanned the code using google authenticator, everything went normal. Homever, when I try to put in the code, firefox only lets me put 5 digits but not 6. Any solutions?

TomeQ_537 於 1 年前 詢問

TomeQ_537 於 1 年前 解答

  • 封存

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… (閱讀更多)

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?

jeri322 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 已解決
  • 封存

Unable to Access Flickr

I got a Firefox update recently and have not been able to access Flickr since then. I am getting a message that the page is not redirecting correctly. I am attaching t… (閱讀更多)

I got a Firefox update recently and have not been able to access Flickr since then. I am getting a message that the page is not redirecting correctly. I am attaching the error message. I am running with standard firefox protection. I have cleared cache and cookies. I have also added Flickr as an exception to Firefox enhanced privacy tracking. Firefox is up to date (version 134.0.1 (64 bit)). Anyone else having this issue or know the solution?

mcpandt 於 1 年前 詢問

mcpandt 於 1 年前 解答

  • 已解決
  • 封存

Tabler Icons Stall Firefox on Windows

I am a Cacti developer and we are considering switching from FontAwesome Web Fonts to Tabler Web Fonts. However, on Firefox for Windows only, we are having a major slowd… (閱讀更多)

I am a Cacti developer and we are considering switching from FontAwesome Web Fonts to Tabler Web Fonts. However, on Firefox for Windows only, we are having a major slowdown when using the Tabler SVG based webfonts. The page load is first stalled by Firefox apparently loading all the Web Fonts, which would appear normal with any browser (though exceedingly slow on Firefox for some reason).

However, once the page is loaded, when going off tab to another browser tab, and then back to the Firefox tab that includes the Tabler webfonts, there is a 3 second delay before the tab switches. When we enable the performance analyzer, we find that the delay is almost 100% Reflow of the page, even though the page is static as this point (no changes) from the last time it was activated.

We do not have this issue on Firefox for Linux, MS Edge or any other Chromium browser, only Firefox on Windows. I'm using the latest version 134. Should I be opening a bug?

Larry Adams (TheWitness) 於 1 年前 詢問

Larry Adams (TheWitness) 於 1 年前 解答

  • 封存

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… (閱讀更多)

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.

John Britzke 於 1 年前 詢問

markwarner22 最近回覆於 1 年前

  • 封存

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… (閱讀更多)

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

totosco54 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

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 … (閱讀更多)

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?

Placerville 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前

  • 封存

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… (閱讀更多)

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.

Nikon1 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 封存

Confluence page loading fails with "This page was in the background for too long and may not have fully loaded. Try to refresh the page"

Observed: I use Firefox 133 on Mint 22, I have 2 browser profiles. When I access Atlassian Confluence (any confluence page under atlassian.net), the page content is load… (閱讀更多)

Observed:

I use Firefox 133 on Mint 22, I have 2 browser profiles. When I access Atlassian Confluence (any confluence page under atlassian.net), the page content is loaded, but then disappears and I get the following error at the top of the page: "This page was in the background for too long and may not have fully loaded. Try to refresh the page"

This only happens in one browser profile: in the other, all the pages open correctly and quickly. When I open a private tab using the problematic browser profile, again all the pages open correctly.

I have tried clearing all atlassian.net and atlassian.com cookies and data from the browser privacy settings, disabling all extensions, restarting the browser, even restarting the computer, but to no effect.

Expected: Confluence pages should open using any browser profile.

Reproducibility: 20+ out of 20+ attempts

Workarounds:

Temporarily use the other browser profile or a private tab, although that way I don't have the benefit of using browser history and if I kill the browser while using private tabs, private tabs will not be restored, so I lose track of what I was working on. I could use a different browser for confluence, but that has the same history problem and is generally senseless: Confluence should work correctly using any browser.

Notes:

I have seen similar issues 3-4 times before with Confluence, but it was always due to extensions, so disabling the problematic extension or configuring it to ignore anything related to Atlassian was sufficient. I would report this to Atlassian, but they'll just say "it works with a blank browser, so it's not our bug" and they're probably right. There's some kind of Atlassian-related state being preserved in the problematic browser profile, but I can't pinpoint it, so any help there is welcome.

tonalf 於 1 年前 詢問

tonalf 最近回覆於 1 年前

  • 封存

Firefox Browser Loads Slowly Webpages

Hi Firefox Team, I've been a Firefox browser user for the last 5 years and now I'm facing difficulties while loading webpages, Is there any solution to loading the webpag… (閱讀更多)

Hi Firefox Team, I've been a Firefox browser user for the last 5 years and now I'm facing difficulties while loading webpages, Is there any solution to loading the webpages so I can continuously use it...

Warwick Jensen 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前

  • 封存

Can't reach my banks on Firefox

We use Firefox to check our bank accounts. For that last 24 hours, we are stopped at a page that says Firefox cannot connect due to security problems. Does anybody know w… (閱讀更多)

We use Firefox to check our bank accounts. For that last 24 hours, we are stopped at a page that says Firefox cannot connect due to security problems. Does anybody know what's going on?

chucklambie 於 1 年前 詢問

jonzn4SUSE 最近回覆於 1 年前