Kukhonjiswa imibuzo ethegiwe:

loose volume control on web pages.

I use Firefox to watch several of my live news programs on their web sites. Recently I am finding that the volume control does not allow access to actual control (it is o… (funda kabanzi)

I use Firefox to watch several of my live news programs on their web sites. Recently I am finding that the volume control does not allow access to actual control (it is on or off choices) without going to full screen. And tried a couple on edge. In fact, the first below will NOT LOAD in Firefox. https://www.mysuncoast.com/livestream/ https://www.fox13news.com/live So far skynews.com/watch-live has still let me balance the sound levels. What is going on? Is this a choice of the providers to not allow control? A recent change in YOUR end? I really hate to have to drop Firefox and go to Edge for my live news broadcasts, but this is what you are forcing on me..... Scott Hepburn [email removed]@verizon.net

Open 6

Why when you click on the extensions button (jigsaw puzzle icon) in the toolbar to open the extensions panel the “Personalize Your Firefox” screen appears ?

Why when you click on the extensions button (jigsaw puzzle icon) in the toolbar to open the extensions panel the “Personalize Your Firefox” screen appears ??? When you r… (funda kabanzi)

Why when you click on the extensions button (jigsaw puzzle icon) in the toolbar to open the extensions panel the “Personalize Your Firefox” screen appears ???

When you right click a gear icon in a particular extension, the drop down menu has no "pin to tool bar" option, it only shows "copy/select all/print..." options ???

Thnak you.

Okugcinwe kunqolobane 1 459

addons stopped working

please forgive me for asking again, but I REALLY need my addons to work. Firefox disabled my addons, forcing me to upgrade to a version of firefox that I don't need, sinc… (funda kabanzi)

please forgive me for asking again, but I REALLY need my addons to work. Firefox disabled my addons, forcing me to upgrade to a version of firefox that I don't need, since the old one was working just fine. The new version does not seem to appear to have downloaded properly, and neither version is allowing my addons to work or be re-installed. Please explain it to me like I am 5 years old, and help me to get this fixed without losing any of my info that might be stored in the addons.

 Thank you.
Locked Okugcinwe kunqolobane 1 100

Firefox doesn’t work AT ALL

All my other browsers work fine but since April 4, 2025 Firefox won’t work at all. Websites won’t load. I have tried to clear my cache & cookies, I have checked my co… (funda kabanzi)

All my other browsers work fine but since April 4, 2025 Firefox won’t work at all. Websites won’t load. I have tried to clear my cache & cookies, I have checked my connection settings, I have checked for malware, I have turned off all my extensions and I have completely restarted my computer several times now, nothing has worked. I also did trouble shoot mode & reinstalled Firefox (though I will admit I maybe didn’t do this step properly). I refreshed Firefox. Why is it not working? What happened? I don’t know what to do as I don’t want to lose all my bookmarks and passwords that I have yet to move over to my password manager. Please help.

Okugcinwe kunqolobane 5 260

Pinterest broken

As of the lastest Firefox upgrade Pinterest is completely broken. When I log in the home page loads, but all instead of pictures I see colored boxes. The only images I se… (funda kabanzi)

As of the lastest Firefox upgrade Pinterest is completely broken. When I log in the home page loads, but all instead of pictures I see colored boxes. The only images I see are the animated ads, they show fine. In other words, the opposite of what I want. I am only using adblock origin as an extension. I have cleared website data, clicked the shield to stop blocking, and rebooted firefox in safe mode yet the problem persists. Every other browser I have can show pinterest just fine. Safari and Chrome have no issues, only Firefox. I am using Firefox 131.0.3 on MacOS Sonoma 14.7.

Okugcinwe kunqolobane 1 80

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 exten… (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

Solved Okugcinwe kunqolobane 2 120

can't select items in menus

Hi - have been having an issue since 128 where I can't select items in certain menus in Firefox with the mouse. Each time I open Firefox, it works once. Subsequently, the… (funda kabanzi)

Hi - have been having an issue since 128 where I can't select items in certain menus in Firefox with the mouse. Each time I open Firefox, it works once. Subsequently, the focus in the menu is completely off from where I put my mouse, and I can't click anything. (I would upload a video, but there doesn't seem to be a way). An example of the behavior is: -hamburger menu open. Mouse is on 'Translate page', but focus is on 'save page as'.

  • This happens with both the trackpad and the mouse.
  • I don't experience this issue with other applications.
  • I can navigate some of the menu options with the keyboard. For example, in the Bookmark menu I can select Save, but not Remove bookmark.
  • I don't have any issue with the main nav bar (File, Edit, etc)

This applies to for example: Save bookmarks (cmd+d), Hamburger Menu, Update reminders, and the new Translation dialog (have attached screenshots of some affected items). I can't inspect them to see if they are all the same component that is causing the issue, because they disappear if you choose Inspect. (I'm unable to see a "Disable popup autohide" setting in my meatball menu, as described here). I also tried the steps listed [https://support.mozilla.org/en-US/que.../957538] here. Things I have tried:

  • resetting PRAM/SMC just in case it's my machine
  • disabling hardware acceleration
  • starting in safe mode
  • refreshing Firefox
  • updating to the latest version (thrice)

machine: MacBook Pro Retina, 13-inch, Mid 2014

Okugcinwe kunqolobane 1 289

Mmmmm

Здравствуйте. Что произошло с браузером. Почему не загружаются страницы, а открываются те, которые открывались когда-то раньше? Мне сейчас постоянно жать на кнопку обнови… (funda kabanzi)

Здравствуйте. Что произошло с браузером. Почему не загружаются страницы, а открываются те, которые открывались когда-то раньше? Мне сейчас постоянно жать на кнопку обновить страницу? Что вы сделали с браузером???

Okugcinwe kunqolobane 5 279

Printing to PDF makes unsearchable PDF file

I have not noticed this before upgrading my Mac to Sequoia 15.0, using latest Firefox browser update, but "printing to PDF" which I used in the past extensively, makes a … (funda kabanzi)

I have not noticed this before upgrading my Mac to Sequoia 15.0, using latest Firefox browser update, but "printing to PDF" which I used in the past extensively, makes a PDF file that causes the letters to be one ASCII number off. So if I type into the "search" field "p", then all the "o's" are highlighted. I can only enter a search term if I usean "ASCII number +1" technique, so I can search for "get" by typing in "fds". Numbers are searched for as in the past. This is not happening if I make a PDF using my Safari browser, all the PDF words are correct and searchable as in the past. Anyone have insights as to why this might be occurring? I will try restarting in "safe" mode and re-downloading Firefox as is suggested in some of the articles here. Thanks!

Okugcinwe kunqolobane 1 180

Xfinity Access

Used to be able to access my Xfinity account on FireFox. Now, when I try to log in (after I type in User Name and Password and hit "Enter",) I get a blank screen except … (funda kabanzi)

Used to be able to access my Xfinity account on FireFox. Now, when I try to log in (after I type in User Name and Password and hit "Enter",) I get a blank screen except for the words: "a rendering error occurred: ." in the upper lefthand corner of the screen.

I am using a MacBook Air running Monterey 12.7.6.

Okugcinwe kunqolobane 2 170

Can't change the suggestions in non-password/address bar fields

There's one specific field I fill in very often and for some reason Firefox is really keen on suggesting me two searches that I looked up more than a couple months ago, o… (funda kabanzi)

There's one specific field I fill in very often and for some reason Firefox is really keen on suggesting me two searches that I looked up more than a couple months ago, on a totally different site. I can't even remove these suggestions or add new ones. When I used Vivaldi, it'd learn what I insert (even if it'd end up suggesting tens and tens of options), while Firefox doesn't learn at all.

For sake of an example, let's say that the word I use every day in this field is XYZ. Not even once was it suggested to me, I've only ever gotten the two in the screenshot below instead. And I can't remove them using the Delete key as some other article suggested.

Speaking of which, I just noticed the same thing happen to the subject line in this form 🙃

Solved Okugcinwe kunqolobane 1 160

Firefox is using too much RAM – How can I reduce memory usage?

I’ve noticed that Firefox consumes a lot of memory, especially when I have multiple tabs open. Sometimes, it slows down my entire system, and Task Manager shows Firefox u… (funda kabanzi)

I’ve noticed that Firefox consumes a lot of memory, especially when I have multiple tabs open. Sometimes, it slows down my entire system, and Task Manager shows Firefox using over 1GB of RAM even with just a few tabs. Other browsers like Chrome or Edge seem to handle memory better with the same number of tabs.

I’ve tried restarting Firefox, closing unused tabs, and disabling a few extensions, but the problem keeps coming back. I even checked techsquest.com for tips, but I’m still struggling. Are there specific settings, hidden features, or optimizations I can apply to reduce Firefox’s memory usage without sacrificing performance?

Here’s what I’ve already checked:

Firefox is updated to the latest version.

No unusual extensions running (just uBlock Origin and Dark Reader).

Hardware acceleration is enabled.

Any help would be appreciated—thanks in advance!

Okugcinwe kunqolobane 3 279

Firefox can't sign in

when I try to open Firefox I get the following message ERROR platform version '130.01 is not compatible with mini version 130.00 max version 130.00 This leaves me with 3… (funda kabanzi)

when I try to open Firefox I get the following message ERROR platform version '130.01 is not compatible with mini version 130.00 max version 130.00

This leaves me with 3 questions: 1. Am I supposed to know what this message in computer talk means, 2. Am I supposed to know how to restore Firefox to my computer, 3. Does this impossible to solve problem happen on Chrome

Okugcinwe kunqolobane 1 30

How Firefox works

Hello I've been a Firefox user for decades; recently a problem suddenly appeared that I'd never encountered before; I mentioned it to you but you didn't see fit to reply.… (funda kabanzi)

Hello I've been a Firefox user for decades; recently a problem suddenly appeared that I'd never encountered before; I mentioned it to you but you didn't see fit to reply. I have twice 'repaired' Firefox, to no avail. After hours of Internet research, I've discovered the nature of the problem: it's called FirefoxCP Isolated Web Content. According to the many forums I've consulted, you're perfectly aware of it. So I don't understand : - why you don't take the trouble to reply to a user with a problem. - and, above all, that you're perfectly aware of the problem and don't do everything in your power to solve it. As 'killing' an activity in my Mac's activity monitor every ten minutes is rapidly becoming unbearable, I'm going to have to change my browser, much to my chagrin. Farewell dear Firefox!

Translated with DeepL.com (free version)

Okugcinwe kunqolobane 1 190