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.

Asked by byjuliabck 2 நாட்கள் முன்பு

Last reply by jonzn4SUSE 2 நாட்கள் முன்பு

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.

Asked by Tom Player 5 நாட்கள் முன்பு

Last reply by Tom Player 5 நாட்கள் முன்பு

  • தீர்வுற்றது

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?

Asked by TomeQ_537 5 நாட்கள் முன்பு

Answered by TomeQ_537 5 நாட்கள் முன்பு

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?

Asked by jeri322 2 வாரங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 2 வாரங்களுக்கு முன்பு

Errors while using sites

i have been using Firefox from the start on my laptop and never preferred any other browser but these days firefox has been quite frustrating for me whenever I open the s… (மேலும் படிக்க)

i have been using Firefox from the start on my laptop and never preferred any other browser but these days firefox has been quite frustrating for me whenever I open the sites on it the tabs usually crash even though I have a strong system to manage my work, I have trying to open the https://arceusnxeopro.com on it from a while and it keeps loading and at the end it shows the error as the tab is crashed Need help if someone can help me regards this

Asked by Wiki Bhai 2 வாரங்களுக்கு முன்பு

Last reply by Kaven Dian 2 வாரங்களுக்கு முன்பு

  • தீர்வுற்றது

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?

Asked by mcpandt 2 வாரங்களுக்கு முன்பு

Answered by mcpandt 2 வாரங்களுக்கு முன்பு

  • தீர்வுற்றது

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?

Asked by Larry Adams (TheWitness) 4 வாரங்களுக்கு முன்பு

Answered by Larry Adams (TheWitness) 2 வாரங்களுக்கு முன்பு

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.

Asked by John Britzke 2 வாரங்களுக்கு முன்பு

Last reply by markwarner22 2 வாரங்களுக்கு முன்பு

Drag and drop fails: e.g.downloaded files -> g.drive; pull tab from current window into own window;

Lost ability to drag and drop. FF 134.0.1 Apple M1 Max Macbook Sequoia 15.0.1 GIVEN I download a file WHEN I drag from "recent downloads" in toolbar to g.drive THEN n… (மேலும் படிக்க)

Lost ability to drag and drop.

FF 134.0.1 Apple M1 Max Macbook Sequoia 15.0.1


GIVEN I download a file WHEN I drag from "recent downloads" in toolbar to g.drive THEN nothing is moved, nothing is under cursor

expected: file drops into g.drive from downloads


GIVEN I have a window up with many tabs WHEN I select a tab and pull it to make a new window THEN nothing is under cursor, and I don't get a new window

expected: new window created from open tab

Asked by Casey Burnett 2 வாரங்களுக்கு முன்பு

Very slow connecting on Firefox to several programs--Google mail , Google Contacts, And other sites, are very slow, but no problem on Chrome or Safari

Connecting on Firefox to many sites is slow or impossible, but not so on Chrome or Safari. This condition has existed for 7-10 days now. My Speed test here on Firefox: Do… (மேலும் படிக்க)

Connecting on Firefox to many sites is slow or impossible, but not so on Chrome or Safari. This condition has existed for 7-10 days now. My Speed test here on Firefox: Download: 486. Upload 10 Please advise

Asked by Dr. Loren Weybright 3 வாரங்களுக்கு முன்பு

Helpmode and having to login to google calendar with security every time and my banks

I clean out my cookies about a month ago and now every time I login to my banks, google calendar etc. I have go through the security sittings for each login. It's a hass… (மேலும் படிக்க)

I clean out my cookies about a month ago and now every time I login to my banks, google calendar etc. I have go through the security sittings for each login. It's a hassle that wasnt there before I deleted my cookies.

Asked by lee116 3 வாரங்களுக்கு முன்பு

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

Asked by totosco54 3 வாரங்களுக்கு முன்பு

Last reply by cor-el 3 வாரங்களுக்கு முன்பு

Internet connection is very slow with Firefox

In the company, I use Firefox Browser, When I click on a very slow connection while opening websites, it is extremely slow, There is no problem with the network connectio… (மேலும் படிக்க)

In the company, I use Firefox Browser, When I click on a very slow connection while opening websites, it is extremely slow, There is no problem with the network connection, When I look at the Firewall. There is no blocked package, I am currently using a different version of Waterfox. I want to use Firefox, how can I solve this problem.

Asked by Oktay AKAN 3 வாரங்களுக்கு முன்பு