• Solved

Extreme frame judder on YouTube

YouTube videos encoded at 60 frames per second are extremely choppy in Firefox only. Microsoft Edge plays the same videos perfectly. I have deleted my profile and reinst… (read more)

YouTube videos encoded at 60 frames per second are extremely choppy in Firefox only. Microsoft Edge plays the same videos perfectly.

I have deleted my profile and reinstalled Firefox, updated graphics driver to the latest version, and toggled hardware acceleration on and off. Nothing helps.

Asked by Jens Lyn IV 1 month ago

Answered by Jens Lyn IV 2 days ago

  • Locked

bloxstrap download page not loading on firefox, what can I do?

I’ve noticed the bloxstrap download page doesn’t load smoothly in firefox, while it works fine in chrome. sometimes the buttons don’t respond unless I refresh. Is this a … (read more)

I’ve noticed the bloxstrap download page doesn’t load smoothly in firefox, while it works fine in chrome. sometimes the buttons don’t respond unless I refresh. Is this a caching or compatibility thing with firefox?

Asked by mofowo1435 2 days ago

Last reply by Paul 2 days ago

  • Solved

Bookmarks are now being placed in "Booksmarks" in the "Open Application Menu Tab"

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Applica… (read more)

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Application Menu" Tab.

I've found that the "New Bookmarks" can be "Dragged" as a copy to "Bookmarks", from the "Bookmarks" located in the menu, for they will stay there unless I delete them

I can not move the "Bookmarks" back to "Other Bookmarks"

Would I lose My Bookmarks, If I "Refresh" Firefox, as suggested in the "Troubleshooting Section? If there is a chance of this happening then that would Absolutely Be Catastrophic!!

Asked by David DeBord 1 week ago

Answered by David DeBord 3 days ago

  • Solved

Sidebar comes with waste space after update

After update to 141.0.3(64bit), sidebar comes with waste space, as pink area in attached image. It didn't shows in these years I'm using FF, I want to remove it but keep… (read more)

After update to 141.0.3(64bit), sidebar comes with waste space, as pink area in attached image.

It didn't shows in these years I'm using FF, I want to remove it but keep sidebar exist, like it was before. Where can I adjust it ?


If it's needed to be exist, why not put it on top of Sidebar ?

Asked by rose_roo 4 days ago

Answered by jscher2000 - Support Volunteer 3 days ago

  • Solved

Discord, Miro Board, Google Pay, etc. don't load (Solved)

I was having an odd issue the other day, that I now solved by comparing the settings on a working Firefox profile with mine. For some reason, on one of my multiple Firef… (read more)

I was having an odd issue the other day, that I now solved by comparing the settings on a working Firefox profile with mine.

For some reason, on one of my multiple Firefox profiles a list of web apps wasn't working. Among them were Discord, Miro Board, and Google Pay. I was suspecting that they all had the same issue, but didn't know what it was at that time.

The security settings were the obvious suspect (Ad-blockers, DNS, HTTPS enforcement etc.) because clearly something was being blocked, however nothing helped. The solution was in the Network settings. (See screenshot) I was using Manual proxy settings from the time I messed with I2P networks (or something similar).

I am not sure why having a proxy to localhost (127.0.0.1) on HTTP would somehow cause very specific major apps to stop working, while others keep working fine, but it happened to me anyway.

For anyone in a similar situation, with those particular apps not working, check your proxy settings.

Asked by Colin Larkin 3 days ago

Answered by Colin Larkin 3 days ago

  • Solved

Containers

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in … (read more)

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in which the site is structured. As it references new pages, they are often in a different URL. For example, you start in login.site.com, which then tries to load dashboard.site.com, but it fails authentication on dashboard.site.com because it opens in a different container. Which then tries to open the login.site.com page again, which displays the login page, but showing it tying to complete the original authentication. I have tried to add each step along the way, but without success. Is there a way to overcome this?

Asked by Alan 6 days ago

Answered by Alan 3 days ago

  • Solved

New install of Debian 13, Firefox Toolbar customization does not work (Firefox ESR 128.13)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customiz… (read more)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customize the toolbar from menu pic the customization page would not work, it appeared and seemed OK but when I dragged and dropped anything it would not work. I could pickup items but they would not place in toolbar and just snapped back to the pallet. I tried several different ways to enter the customization area but it was always non-functional.

Asked by John 4 days ago

Answered by jonzn4SUSE 4 days ago

  • Solved

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //im… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Asked by phobrain 6 days ago

Answered by Paul 6 days ago

  • Solved

reddit blocks Firefox

macOS 15.6 Firefox 141.0.3 - my preferred browser I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, al… (read more)

macOS 15.6 Firefox 141.0.3 - my preferred browser

I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, although my problem seems slightly different.

I can apparently login to reddit OK but when I try to access a subreddit thread, a warning comes up - see image.

I have cleared Firefox site data, cookies, cached files, etc - problem remains.

I have restarted Firefox in Troubleshooting mode - problem remains, so not an extension.

However, https://old.reddit.com has no problems with Firefox, lets me access threads, etc and comment.

No problems accessing reddit with Safari or DuckDuckGo browser.

Asked by UKLarry 5 days ago

Answered by Paul 4 days ago

  • Locked

Poor FireFox function on desktop Apple

Mozilla - SICK TO DEATH - of a product that has poor or zero customer support. Now like FireFox. Been loyal to this Browser for many years and in return - zero customer … (read more)

Mozilla - SICK TO DEATH - of a product that has poor or zero customer support. Now like FireFox. Been loyal to this Browser for many years and in return - zero customer support. trying to sign up for THIS crap "help" not from FireFox of course, but from "VOLUNTEERS" so NOT Mozilla/FireFox and they don't get paid to help the company?? Bad biz all around.

Why do I have my time wasted "solving a problem" THAT SHOULD NOT HAPPEN IN THE FIRST PLACE??

"Signing Up" for this "help" group - typed in my email addy, chose a password, then received a "Code" to verify my email. Received ERROR message "Bad Request (400) from FireFox??? asked to be sent a NEW code - did that 3 times - receiving THE SAME EXACT BAD CODE 3 TIMES!! but oh, somehow I'm in to this "help" group anyway. How will I get in again?? or come back to check on answers WITH NO PASSWORD???

Anyone else have this type of deliberate Obstruction method of getting help?? This is NOT even the main issue I wanted to get help.

Asked by sunnykcarey1 5 days ago

Last reply by Paul 5 days ago

  • Solved

History wiped on exit with options not working as per requirements.

Ok so I usually choose these option to remember history and from time to time delete Browsing & download history and Temporary cached files and pages. https://asset… (read more)

Ok so I usually choose these option to remember history and from time to time delete Browsing & download history and Temporary cached files and pages.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-55-a5277f.png

Note: I have "Open previous window and tabs" ticked in general settings which also has a restore previous session option in the history menu. This brings back previous session with tabs etc as is when I close FF. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-51-cf2daf.png

I thought I could automate this on exit but don't think its working right. So I change the option to "use custom settings for history" and tick all three options:

Remember browsing and download history Remember search and form history Clear history when Firefox closes For "Clear history when Firefox closes" I ticked Browsing & download history and Temporary cached files and pages. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-43-b10213.png

The issue is the restore session option is missing and FF opens with all previous tabs gone. I am frankly not even sure what else is missing such as cookies, site data etc. Is this meant to work like so?

Asked by Mrsash 1 month ago

Answered by jscher2000 - Support Volunteer 1 month ago

  • Solved

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served … (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Asked by phobrain 1 week ago

Answered by phobrain 6 days ago

  • Locked

"Bookmarks" being placed in "Bookmarks" locaed unbder the Menu Tab

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Applic… (read more)

Greetings Ya'll,

Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Application Menu" Tab.

I've found that the "New Bookmarks" can be "Dragged" as a copy to "Bookmarks", from the "Bookmarks" located in the menu, for they will stay there unless I delete them

I can not move the "Bookmarks" back to "Other Bookmarks"

Would I lose My Bookmarks, If I "Refresh" Firefox, as suggested in the "Troubleshooting Section? If there is a chance of this happening then that would Absolutely Be Catastrophic!!

"Give Firefox a tune up

The Refresh Firefox feature can fix many issues by restoring Firefox to its default state while saving your essential information. Consider using it before going through a lengthy troubleshooting process."

Asked by David DeBord 3 weeks ago

Last reply by Denys 6 days ago