Problem with HTMLCanvasElement.toBlob(), "image/webp", & anchor (<a>) using download attribute

I have a local HTML/Javascript document I use for compressing local image files. It relies on HTMLCanvasElement.toBlob() to achieve the compression in the usual way; a p… (xle nububuwo)

I have a local HTML/Javascript document I use for compressing local image files. It relies on HTMLCanvasElement.toBlob() to achieve the compression in the usual way; a pertinent excerpt:

                   const output = document.getElementById("outputDiv");
                   const blobURL = URL.createObjectURL(file);
                   const img = new Image();
                   img.src = blobURL;
                   // ...
                   img.onload = function () {
                       URL.revokeObjectURL(this.src);
                       const canvas = document.createElement("canvas");
                       canvas.width = img.width;
                       canvas.height = img.height;
                       const ctx = canvas.getContext("2d");
                       ctx.drawImage(img, 0, 0, img.width, img.height);
                       canvas.toBlob(
                           (blob) => {
                               const anchor = document.createElement("a");
                               anchor.download = getNewFileName(file.name); /* uses extension .webm for .webm, .jpg for everything else */
                               anchor.href = URL.createObjectURL(blob);
                               anchor.textContent = "DOWNLOAD";
                               output.append(anchor);
                           },
                           mime,  /* set earlier based on file extension: .webm -> "image/webm", everything else -> "image/jpeg"
                           quality / 100    /* (user-specified) */
                       );
                   };

Here's the quirky thing, though: when I'm compressing, say, a .jpeg file (or a .png), clicking on the download link opens a save-file dialog, but when using a .webm file, it opens the compressed image in a new tab! True, I can always then save the image from there (the resulting file is in Firefox's temp folder), but I don't understand the difference in behavior -- and indeed, in at least one other browser I tried (the latest Vivaldi) the download happens as expected regardless of input file type. In all cases the anchor hrefs look like, e.g., "blob:null/724ab85e-53ba-4890-9868-7f1ba27d4278".

Any idea why this is happening? I highly doubt it's the intended behavior.

Browser: Firefox 132.0.2 for Windows. Environment: Windows 10 Home 22H2 version 10.0.19045.

Asked by E.C. Marm 1 ŋkeke si va yi

Last reply by E.C. Marm 8 gaƒoƒo siwo va yi

Youtube extension

Hello all,

I wanted to add the YouTube extension but when it comes to "add" I click on it but nothing happens. Any clue?

Asked by LB 8 gaƒoƒo siwo va yi

Excel online via Sharepoint: Spreadsheet zoom controls not showing in lower right corner

FF v132.0.2 (64-bit). We utilize Sharepoint/Microsoft 365, and since switching to Firefox, the zoom controls normally located in the lower righthand corner for Excel spre… (xle nububuwo)

FF v132.0.2 (64-bit). We utilize Sharepoint/Microsoft 365, and since switching to Firefox, the zoom controls normally located in the lower righthand corner for Excel spreadsheets is just gone. This is with extensions disabled, even tried Private View. Chrome properly shows it.

Screenshots attached showing Firefox/Chrome. That basically eliminates our ability to use FireFox if that's the case since there's no other way to do it.

Asked by DGDomtar 9 gaƒoƒo siwo va yi

In Windows 11, how do I access the folders beneath Local Folders

In Windows 11, the Address Book is accessed via an icon on top left of the TB main page or Alt+2. In Windows 11 is there a similar key combination to view the folders be… (xle nububuwo)

In Windows 11, the Address Book is accessed via an icon on top left of the TB main page or Alt+2. In Windows 11 is there a similar key combination to view the folders below Local Folders?

Asked by 4freebird 17 gaƒoƒo siwo va yi

Last reply by 4freebird 9 gaƒoƒo siwo va yi

Firefox won't launch after updating macOS unless booting the MBP in safe mode

Hi everyone, I recently updated my macOS to Ventura 13.6.9 along with updating to the newest Firefox Nightly; now whenever I try to launch Firefox, it just hangs and wil… (xle nububuwo)

Hi everyone,

I recently updated my macOS to Ventura 13.6.9 along with updating to the newest Firefox Nightly; now whenever I try to launch Firefox, it just hangs and will never load the start page. If I give it about 5-10 minutes, it will eventually load the favorites bar, and then when I click into the address bar to type, it hangs again. If I give it another few minutes, I can type but hitting enter/return, nothing happens.

If I restart my MBP and hold shift to boot into safe mode, Firefox loads perfectly fine with no issues or hangs at all. I'm just not sure what is different that would be causing it to hang when booting into regular mode?

I saved the Apple crash report to see if that's any help for diagnosing the issue, here's a link to the .txt file - https://file.io/ZRVgd3A8jzoA

If there's anything else I can provide that would help, please let me know!

Thanks all!

Asked by partial 3 ɣleti siwo va yi

Last reply by partial 9 gaƒoƒo siwo va yi

Moving emails between folders

Hi I'm running version 128.4.3esr. To prevent my inbox becoming very large I have created a folder called Archive and several subfolders such as 2021, 2022, 2023 etc. E… (xle nububuwo)

Hi I'm running version 128.4.3esr.

To prevent my inbox becoming very large I have created a folder called Archive and several subfolders such as 2021, 2022, 2023 etc.

Every few months I move old files from an earlier year into its appropriate subfolders.

I've been doing this for at least 10 years. When a folder is about 5 years old it is deleted.

My problem is that today I'm unable to move emails from my inbox to an appropriate subfolder. I get no response. It simply doesn't work as it used to.

Any suggestions gratefully accepted

Peter Moran

Asked by PeterM 9 gaƒoƒo siwo va yi

How to use Windows 11 "Sent to" menu with Thunderbird?

I already tried putting Thunderbird as a shortcut into the C:\Users\<myAccountName>\AppData\Roaming\Microsoft\Windows\SendTo (aka. shell:SendTo) folder. But when I … (xle nububuwo)

I already tried putting Thunderbird as a shortcut into the C:\Users\<myAccountName>\AppData\Roaming\Microsoft\Windows\SendTo (aka. shell:SendTo) folder. But when I use the "Sent to" menu and select Thunderbird, the file to be attached just gets openned by Windows as if I had double-clicked on it. Thunderbird does not even open a new message.

I also tried changing the call of the Thunderbird shortcut in the SendTo folder to: "C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -compose attachment= At least, then Thunderbird opens a new message. But it just writes the path\filename of the file to attach into the attachment section. When I then try to send the message, Thunderbird says it cannot access it under this path.

How are you doing this? Thanks!

Asked by DieterDietrich 1 ɣleti si va yi

Last reply by DieterDietrich 9 gaƒoƒo siwo va yi

on screen language

Where did this strange language come from? I synced my laptop to my Android phone and somehow this language started appearing English and another language I can't identif… (xle nububuwo)

Where did this strange language come from? I synced my laptop to my Android phone and somehow this language started appearing English and another language I can't identify.

Asked by ViperEye 10 gaƒoƒo siwo va yi

Different page size across different platforms: laptop vs. PC?

I'm logged in to my Firefox account, I visit (for example) ESPN.com on my PC. I adjust the size to fit my PC screen, then when I visit the same site on my laptop the webs… (xle nububuwo)

I'm logged in to my Firefox account, I visit (for example) ESPN.com on my PC. I adjust the size to fit my PC screen, then when I visit the same site on my laptop the website doesn't look right so I have to size down, but then when I visit on my PC I have to size up again etc etc etc.

I want to individualize the size of webpages, how do I do that?

Asked by batboy42 5 ŋkeke siwo va yi

Last reply by batboy42 10 gaƒoƒo siwo va yi

How to disable home button icon on URL bar in Firefox Android like Chrome allows in 2025?

How to disable home button icon on URL bar in Firefox Android like Chrome allows in 2025? It takes up too much space and URL is hidden and unreasonable. In Chrome, all i… (xle nububuwo)

How to disable home button icon on URL bar in Firefox Android like Chrome allows in 2025?

It takes up too much space and URL is hidden and unreasonable. In Chrome, all is optional and customisable.

Is Firefox team updating it to current standards of 2024-25?

Asked by Var-Pro-12 1 ɣleti si va yi

Last reply by Var-Pro-12 10 gaƒoƒo siwo va yi

How to export passwords from Firefox Android in readable format like CSV for other password manager apps like KeePass XC?

How to export passwords from Firefox Android in readable format like CSV for other password manager apps like KeePass XC or AuthPass?  Currently as I'm seeing all Gecko-… (xle nububuwo)

How to export passwords from Firefox Android in readable format like CSV for other password manager apps like KeePass XC or AuthPass? 

Currently as I'm seeing all Gecko-based browsers especially on mobile not just Firefox but also Mull, Fenix, Waterfox and Iceraven, lacks this.

Is this intentional or should I just keep Chrome as my browser because to jump to Firefox, I need basic things to be covered, which I don't see, Mozilla Firefox team doing on its own. 

Other browsers like Opera have proper in-built system of password manager. 

How unfortunate.

Asked by Var-Pro-12 3 kwasiɖa siwo va yi

Last reply by Var-Pro-12 11 gaƒoƒo siwo va yi

When will Gecko-based Firefox Android increase the number of default search engines in 2025?

When will Gecko-based Firefox Android increase the number of default search engines in 2025? Currently it hosts only Big Tech namely Google and Microsoft Bing and DuckDu… (xle nububuwo)

When will Gecko-based Firefox Android increase the number of default search engines in 2025?

Currently it hosts only Big Tech namely Google and Microsoft Bing and DuckDuckGo, which is Bing and MSN results in DuckDuckGo and Qwant (same Bing results) latter which works only in the UK.

I'm using Gecko-based browsers like Fenix and Mull and Iceraven, and they all come with like 5 to 10 search engine options.

Adding new search engines is a mess and doesn't sync with Firefox account settings, so futile efforts.

Even Chrome allows us to select our search engine, if we are visiting it too much.

Is Firefox really privacy based browser or just Big Tech in Firefox like Google as default search engine out of the box, no asking which the XYZ user wants?

https://connect.mozilla.org/t5/discussions/when-will-gecko-based-firefox-android-increase-the-number-of/m-p/75977#M29155

Asked by Var-Pro-12 2 kwasiɖa siwo va yi

Last reply by Var-Pro-12 11 gaƒoƒo siwo va yi

email access to a problem account

I have an email account on Thunderbird (jetmayor@gmail.com). I can get to this account on one laptop but not on my other newer laptop. The screen asks me to sign in and s… (xle nububuwo)

I have an email account on Thunderbird (jetmayor@gmail.com). I can get to this account on one laptop but not on my other newer laptop. The screen asks me to sign in and shows my email address as above. Underneath the shown email address it says 'Forgot email?' Underneath this it says: Before using this app, you can review Mozilla Thunderbird Email’s privacy policy and terms of service. Create Account NEXT

Whatever I press it goes to another screen and says: 400. That’s an error. The server cannot process the request because it is malformed. It should not be retried. That’s all we know.

The email address did work OK for months and I just don't know how to get it back. I've tried to delete the account and then reinstall it but that hasn't worked. My other email addresses are still working fine. I can still access the faulty address directly on Google Mail so I know it still should work. It's possible I have changed the password in the google account. I have tried this password in Thunderbird but to no effect. Is there a way to reinstall the faulty address? Help! Any help would be greatly appreciated.

Asked by Jet Mayor 11 gaƒoƒo siwo va yi

Appearance issues

My firefox browser is displaying webpages with a black background despite being set on light mode.

Asked by Nick 11 gaƒoƒo siwo va yi