Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

Firefox has stopped working after running system file checker and Firefox reinstallation

I ran the windows 11 system file checker (sfc/scannow) to fix a font problem I was having. It did say that problems were found and fixed and I do not seem to have that pr… (funda kabanzi)

I ran the windows 11 system file checker (sfc/scannow) to fix a font problem I was having. It did say that problems were found and fixed and I do not seem to have that problem any more. After that, i could not access the Settings in Firefox. I uninstalled and reinstalled Firefox and still could not access Settings. I also cannot access any Web sites either by typing them into the address bar or using bookmarks. Both Chrome and MS Edge work.

Asked by lmiller4 2 emasontweni adlule

Answered by lmiller4 1 isonto elidlule

  • Kusonjululiwe

Washed out colours and some whites appearing glitched and pink.

Recently starting having the issue where some whites and the tab icons appear washed out and even glitched out and pink when using my PC. I haven't made any significant c… (funda kabanzi)

Recently starting having the issue where some whites and the tab icons appear washed out and even glitched out and pink when using my PC. I haven't made any significant changes to my system as far as I recall.

Colours in other browsers and applications are effected. Going to the same webpage on both Brave and Edge shows the whites correctly. On all the games on my PC there are no glitches in colours.

I have tried a few fixes already: -Removing and re-downloading GPU drivers - Fixes the issue temporarily. After about 1 day the issue comes back. -Re-seating the GPU - No fix. -Turning off colour override in Firefox - No fix. -Uninstalling and reinstalling Firefox - No fix.

If anyone has an idea or knows the setting that may be causing this problem I would really appreciate it.

Asked by joelhiggins849 5 izinyanga ezidlule

Answered by joelhiggins849 5 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Local server won't load

I run a Synology DSM server on my local network. The website page to load locally inside my LAN is along the lines of 127.0.0.1:1001. MacOSX 15.0.1 FireFox(FF) 132.0 (a… (funda kabanzi)

I run a Synology DSM server on my local network. The website page to load locally inside my LAN is along the lines of 127.0.0.1:1001.

MacOSX 15.0.1 FireFox(FF) 132.0 (aarch64)

Previously accessing the DSM via the local IP address worked fine with no problems. Now, following one of the last couple of FF updates, I get an "unable to connect" message.

I also have a domain that routes to my local server and I can still access the DSM via the internet http address through FF. So I know that DSM is running fine and I have verified the settings within DSM.

I can load the DSM via the local IP in both Safari and Chrome. Only FF says it's unable to connect. So that shows that my DSM settings are fine and the page is available and loads in Safari and Chrome via the local IP.

I searched the forum and found similar postings, but not quite the same issue as mine. I deleted the cache & cookies/site data. I ensured the Proxy mode in FF is set to "No Proxy". I do not have any extensions running or themes.

I am at a complete loss at what setting in FF I need to change to restore this functionality.

Thanks, Matt

Asked by av8b.heed 8 izinyanga ezidlule

Answered by av8b.heed 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Youtube and other webpages EXTREMELY SLOW started today after 1 1/2 years of usage

As the subject says Firefox very suddenly started giving me terrible loading times, despite all the sites working perfectly fine on other devices and browsers. Issue cont… (funda kabanzi)

As the subject says Firefox very suddenly started giving me terrible loading times, despite all the sites working perfectly fine on other devices and browsers. Issue continued with troubleshooting mode, not sure where to go from here. I will open youtube, it won't load about 5 thumbnails, I click on a video and it sets it to 140p and then it still lags the entire video as if I was using 1kbps internet. I tested my wifi connection and its having no problems. Something similar happened when I used to use Opera GX, it was fine for a long time and then one day terrible performance. Please let me know where to go from here. Windows 11 Pro.

Asked by Hayden N 9 izinyanga ezidlule

Answered by Hayden N 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox tab RAM usage increases over time when repeatedly changing an image's "src"

Hi, Not sure if this is the right place but here goes: Firefox keeps increasing it's tab RAM usage when I change the "src" property of an image programmatically for exte… (funda kabanzi)

Hi, Not sure if this is the right place but here goes:

Firefox keeps increasing it's tab RAM usage when I change the "src" property of an image programmatically for extended periods of time (1 hour or so).

I created a dummy project here: https://github.com/mvandermade/example-base64-image-memory-high-native

The code above swaps out the image "src" 20 times a second. However I seen buildups with lower frequencies but bigger images too...

Here some measurement of tab RAM usage:

Measurements Windows 10: Firefox 131 00.00h 37MB 01.15h 127MB 03.00h 228MB

Edge (latest) 00.00h 28MB 01.15h 30MB 03.00h 33MB

(Edge seems to have no memory buildup as much)

Here is a copy of the code if the repo ever goes down:

<html>
    <head>
        <script>
        function generateRandomBase64Image() {
            // Create a canvas element
            const canvas = document.createElement('canvas');
            const ctx = canvas.getContext('2d');

            // Set canvas dimensions
            canvas.width = 200;
            canvas.height = 200;

            if(ctx == null) return ""

            // Fill the canvas with a random color
            ctx.fillStyle = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
            ctx.fillRect(0, 0, canvas.width, canvas.height);

            // Draw some random shapes
            for (let i = 0; i < 10; i++) {
                ctx.fillStyle = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
                ctx.beginPath();
                ctx.arc(
                    Math.random() * canvas.width,
                    Math.random() * canvas.height,
                    Math.random() * 50,
                    0,
                    Math.PI * 2
                );
                ctx.fill();
            }

            // Convert the canvas to a Base64 string
            return canvas.toDataURL('image/png');
        }

        setInterval(() => {
            document.getElementById("swapper").src=generateRandomBase64Image()
        }, 50)

        </script>
    </head>
    <body>
        <img src="" id="swapper"/>
    </body>
</html>

Just a observation from my side, if I can help improve things please let me know!

Greetings,

Martijn

p.s. I also created a project in React which gives similar results: https://github.com/mvandermade/example-base64-image-memory-high

Asked by martijn.vandermade 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe

Error message "The page isn’t redirecting properly"

Late last week I updated Firefox to the latest version. Ever since, I keep getting the same error message that I typed in the subject line. I've seen previous recommendat… (funda kabanzi)

Late last week I updated Firefox to the latest version. Ever since, I keep getting the same error message that I typed in the subject line. I've seen previous recommendations on how to correct it, but none of them work, probably because there's been more updates since what I've come across. I'm getting this error message on multiple sites, including my bank account and my business email account. I'm presently typing this on a different browser (Brave), because I was getting the same error trying to find answers using Firefox.

Any assistance would be appreciated; thanks.

Asked by dinsdale1 3 izinyanga ezidlule

Answered by dinsdale1 3 izinyanga ezidlule

  • Kusonjululiwe

Website thumbnails will not display

On websites, thumbnails will not display but appear instead as white boxes with small blue question marks. I am using a two year old ipad and my internet speed is 180. T… (funda kabanzi)

On websites, thumbnails will not display but appear instead as white boxes with small blue question marks. I am using a two year old ipad and my internet speed is 180.

This is a new bug, as of today.

If I click on each thumbnail the image displays just fine, but that is not ideal.

On a reddit forum, someone suggested typing about:config into the search bar but nothing happens when I do that.

Any ideas?

Asked by azehav 5 izinyanga ezidlule

Answered by cor-el 5 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox (Mac) unresponsive, and doesn't load any pages including internal ones such as settings, or about:support, even after complete app reinstall.

I have reinstalled Firefox on my Mac many times, completely removed all files using app cleaner, and reset Firefox by holding shift and option on start. Despite this, the… (funda kabanzi)

I have reinstalled Firefox on my Mac many times, completely removed all files using app cleaner, and reset Firefox by holding shift and option on start. Despite this, the app is very slow to launch, and when it does no pages load or render. Opening a new tab freezes the entire app for 15-30 seconds, and when the tab opens it is completely blank. Attempting to browse to a URL does nothing, and the address bar just returns to being empty. Attempting to open settings does nothing, although parts of the app that open separate windows such as the about version info and bookmarks work fine. The only thing I haven't done at this point is completely reinstalling macOS, so maybe there is something wrong with my system config. I first noticed this issue when using the early macOS Sequoia betas, and assumed the app wasn't updated to support it yet. However after updating macOS and completely removing and reinstalling all traces of Firefox, it still doesn't work. I am currently using macOS 15.1 beta, however the issue also persisted on 15.0.

Asked by jacobchurch10 9 izinyanga ezidlule

Answered by jacobchurch10 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Mozilla, please consider allowing some form of WebUSB, even if only for "Firefox Developer Edition".

Regarding the current state of Firefox and WebUSB, I have four thoughts: Yes, Mozilla's concerns regarding the security risks are valid, but not insurmountable. In … (funda kabanzi)

Regarding the current state of Firefox and WebUSB, I have four thoughts:

  1. Yes, Mozilla's concerns regarding the security risks are valid, but not insurmountable.
  2. In my experience, this is the single W3C noncompliance that impedes my use of Firefox.
  3. In my experience, an increasing number of companies/organizations are leveraging WebUSB, from core-functionality of end-user hardware to enterprise-level troubleshooting, configuration, and support.
  4. If Mozilla permits the use of unsigned plugins for its Firefox Developer Edition because of the reasonable expectation that its users understand the risks, it stands to reason that the same could be said for WebUSB.

(There's no need to reply, really - this is only being publicly posted because there doesn't seem to be a way to do otherwise - I just wanted to go through the exercise of casting this message-in-a-bottle into the sea.)

Asked by Indigo 10 izinyanga ezidlule

Answered by jonzn4SUSE 10 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google Messages stopped working on Firefox today

I've been using Android/google messages on web (messages.google.com/web) for years with Firefox with no issues. Starting today, the page will show the logo for about 10-2… (funda kabanzi)

I've been using Android/google messages on web (messages.google.com/web) for years with Firefox with no issues. Starting today, the page will show the logo for about 10-20 seconds, then loads a blank page. I've tried unpairing, restarting my computer and phone, and restarting firefox. Was there a new update or something that might explain this? Any other thoughts?

Asked by jonathanpberry 8 izinyanga ezidlule

Answered by jonzn4SUSE 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Blurry font rendering

I just installed Firefox. What I noticed right away while using it was that fonts were very blurry/hard to read on all web pages, and even in firefox's menus and URL bar.… (funda kabanzi)

I just installed Firefox. What I noticed right away while using it was that fonts were very blurry/hard to read on all web pages, and even in firefox's menus and URL bar.

I attached two pictures, one is a screenshot in Firefox, and the other is a screenshot in Brave. (All chromium web browsers I have tried don't have firefox's font problem)

Asked by Waseem 7 izinyanga ezidlule

Answered by Waseem 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google search result top thumbnail pictures disappear when the search results complete in firefox browser.

The thumbnails can be momentarily seen but within less than a second they disappear. Not happening in edge so doesn't seem to be a computer setting. Cleared all cookies a… (funda kabanzi)

The thumbnails can be momentarily seen but within less than a second they disappear. Not happening in edge so doesn't seem to be a computer setting. Cleared all cookies and cache in firefox. No different. The attached image shows the pictures that are missing in firefox. Image taken from an Edge search.

Thank you in anticipation. Steve Balderson

Asked by st3v3kn3bworth78 7 izinyanga ezidlule

Answered by cor-el 7 izinyanga ezidlule

  • Kusonjululiwe

Address bar jumps to top of window when I type

I am one of those old-fashioned guys who has a title bar on the main window, and inside this (from top to bottom) a menu bar (File/Edit/View etc), then the current set of… (funda kabanzi)

I am one of those old-fashioned guys who has a title bar on the main window, and inside this (from top to bottom) a menu bar (File/Edit/View etc), then the current set of tabs, then the address bar.

I can click in the address bar and the caret appears, but the moment I start to type anything to edit the URL the address bar jumps up to to the top of the window, covering up the menus and tabs, with a menu of suggested URLs that at times covers most of the rest of the screen. Some images attached to show what I mean.

This started in a recent-ish release -- it didn't use to do this.

How can I prevent this behaviour, so I can just edit a URL in place the way I used to without the address bar jumping to the top of the window?

Currently using FF 135.0 (64-bit), Windows 11.

Asked by Frustrated_John 4 izinyanga ezidlule

Answered by TyDraniu 4 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Video players don't work

So I can open up Youtube no problem, scroll around and even hover over a video for the preview. However the moment I click on a video the tab will crash. I check if this … (funda kabanzi)

So I can open up Youtube no problem, scroll around and even hover over a video for the preview. However the moment I click on a video the tab will crash. I check if this was the case for other video streaming sites. HBO Max has the same issue while Amazon prime doesn't crash however has a message saying there is a problem with the video player. Now I checked if videos can work on another browser (Microsoft Edge), and there are no issues. I have cleared the cache, disabled extensions, checked for updates [update to date: 132.0.1 (64-bit)], restarted Firefox from troubleshooting mode, enabled autoplay, checked if videos work in private mode, updated my graphics card driver, and even checked if Firefox's volume is muted (its not).


Crash ID: 145d84d4-c11c-41a8-9534-e00ff0241105 Signature: [@ std::basic_string<T>::_Construct ]

https://crash-stats.mozilla.org/report/index/145d84d4-c11c-41a8-9534-e00ff0241105#tab-debug

Asked by thekim0517 8 izinyanga ezidlule

Answered by thekim0517 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox 133 and Norton 360 - Secure Connection Failure

After upgrading to FIREFOX 133 everything became a mess !! Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of… (funda kabanzi)

After upgrading to FIREFOX 133 everything became a mess !!

Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of this two errors Error code: PR_END_OF_FILE_ERROR Error code: SSL_ERROR_RX_RECORD_TOO_LONG Additionally and consistently trying to access Amazon makes it think I am a Robot, and shows a page with a Captcha but the images do not load (Image attached) 1Password fails in some pages (Such as CNN), the page shows an error message when userid & password are filled in, rendering it useless. NONE of this happen on previous versions of Firefox or on EDGE with the updated Norton360

I have tried: - Uninstalling, deleting all files and re-installing both Firefox and Norton 360 - Deleting the Firefox profile and starting from zero - Using Firefox without any Extension, it works for a while but then fails (memory overlay issue ?) - Loading a few extensions, again works for a while but then fails. If more trhan 4 or 5 extensions are loaded the problem is immediate (memory overlay issue ?) - Turning off Norton sometimes helps get to a page, and when turning it back on keeps working … Sometimes it does not - - Checked all indicaytions on support article https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect without any luck WHAT TO DO ?

Asked by abombaci 7 izinyanga ezidlule

Answered by abombaci 7 izinyanga ezidlule

  • Kusonjululiwe

Using Firefox the comment sections on foxnews.com disappeared

The comment sections for foxnews.com and other sites disappeared using Firefox but not when I switched to Chrome. This just happened 6-18-25. Before this date, it worke… (funda kabanzi)

The comment sections for foxnews.com and other sites disappeared using Firefox but not when I switched to Chrome. This just happened 6-18-25. Before this date, it worked on Firefox.

Asked by Janet Frazer 3 emasontweni adlule

Answered by jscher2000 - Support Volunteer 3 emasontweni adlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

RTX Video HDR turn off when scrolling a page

Hi, Nvidia RTX Video HDR and Super Resolution works fine when I open a link. But if I scroll the page it turn off. The video still play but the colors changes, I can see … (funda kabanzi)

Hi, Nvidia RTX Video HDR and Super Resolution works fine when I open a link. But if I scroll the page it turn off. The video still play but the colors changes, I can see that RTX enhencement is then inactive on the nvidia panel. Sometime immediately sometimes after more scrolling. Same on Youtube and Twitch. Any Idea ?

Asked by romain.a59 6 izinyanga ezidlule

Answered by romain.a59 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

noisy notifications of each new email

Recently, every time I turn on email on Yahoo, I get a noisy notification when each email is received. I do not want or like it. It is annoying. How can I turn off the no… (funda kabanzi)

Recently, every time I turn on email on Yahoo, I get a noisy notification when each email is received. I do not want or like it. It is annoying. How can I turn off the notifications?

Asked by pirvine94301 8 izinyanga ezidlule

Answered by Marvin M80 7 izinyanga ezidlule