Showing questions for topic:

Split view feature minor bug

In the menu for choosing which tab to add to a split view, tabs with the name/link of the original do not show up. I would like this fixed, although this is really only a… (閱讀更多)

In the menu for choosing which tab to add to a split view, tabs with the name/link of the original do not show up. I would like this fixed, although this is really only a minor inconvenience when duplicating a tab to put it into split view.

Open 79

Open tabs close unexpectedly and Firefox creates bookmarks independently

If I have two or more tabs open it happens very often that all tabs which are not in use are closed independently by the browser. At the same time Firefox independently c… (閱讀更多)

If I have two or more tabs open it happens very often that all tabs which are not in use are closed independently by the browser. At the same time Firefox independently creates bookmarks from some closed tabs in the bookmark toolbar. I always use the latest version of the brwoser and no extensions. I would be grateful for a solution. Thanks!

Open 30

Firefox Theme Modifies File Explorer Color

(Categorized as "accessibility" because I feel this is a vision-related issue - if I mistagged the topic please correct me... I don't know where aesthetic issues go.) Ima… (閱讀更多)

(Categorized as "accessibility" because I feel this is a vision-related issue - if I mistagged the topic please correct me... I don't know where aesthetic issues go.)

Image 1 is how the file explorer looks with a lighter Firefox theme (my main one), Image 2 is with a slightly darker theme. Both are primarily light blue, so I'm not sure why this has happened.

I have my computer and most websites I use on dark mode because I have an easier time reading white on black or dark grey than I do black on white when it gets later in the day. I want to be able to have the darker file explorer with my theme of choice, since light mode kind of burns my eyes...

Is this a new feature added in the most recent update, or something? I haven't had this issue prior to today - if it's a new thing, is there a way to turn off the light file explorer so that I don't have to change themes?

Open

Does Firefox support service workers for videos loaded from a video element?

I'm trying to use a service worker to add some additional headers to image and video requests but on Firefox the fetch event is only being invoked for the images and not … (閱讀更多)

I'm trying to use a service worker to add some additional headers to image and video requests but on Firefox the fetch event is only being invoked for the images and not the videos. On Chrome it is called for both.

I cannot find any documentation that says Firefox does not support service workers for video but this appears to be the case. Can anybody point me in the right direction?

sw.js 'use strict';

self.addEventListener("install", (event) => {

 // Force the newly installed service worker to replace any earlier version
 self.skipWaiting();

});

self.addEventListener("activate", (event) => {

 // Activate the service worker immediately in all clients  
 event.waitUntil(self.clients.claim());

});

self.addEventListener('fetch', (event) => {

 console.log(`SW.js: ${event.request.url}`);
 const updatedHeaders = new Headers(event.request.headers);
 //updatedHeaders.set('Accept', '*');
 // Create a new request object with the updated headers
 const updatedRequest = new Request(event.request, {
   headers: updatedHeaders
 });
 event.respondWith(fetch(updatedRequest));

});

封存 1 248

AMDGPU crash on specific webpage with FF on Linux - reproducable

I am experiencing intermittent but frequent AMDGPU crashes when displaying my homeassistant Lovelace dashboard in Firefox. This issue does not occur in FF under Windows (… (閱讀更多)

I am experiencing intermittent but frequent AMDGPU crashes when displaying my homeassistant Lovelace dashboard in Firefox. This issue does not occur in FF under Windows (dual boot). Issue occurs only on this web page and when tab is active. When issue occurs GUI becomes unresponsive for a few seconds and comes back again.

Chromium and homeassistant compananion app Butler do not have this issue.

Fedora Linux 41 (Workstation Edition) Lenovo Yoga Pro 7 14APH8 AMD Ryzen™ 7 7840HS with Radeon™ 780M Graphics × 16 FF Version 132.0.1 (64-bit)

nov 29 13:02:35 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring gfx_0.0.0 timeout, signaled seq=1236936, emitted seq=1236938 nov 29 13:02:35 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: Process information: process firefox pid 4257 thread firefox:cs0 pid 4361 nov 29 13:02:35 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: GPU reset begin! nov 29 13:02:36 ltguido23 wpa_supplicant[1403]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=585000 nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: MES failed to respond to msg=REMOVE_QUEUE nov 29 13:02:37 ltguido23 kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue nov 29 13:02:37 ltguido23 kernel: [drm:gfx_v11_0_hw_fini [amdgpu]] *ERROR* failed to halt cp gfx nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: Dumping IP State nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: Dumping IP State Completed nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: MODE2 reset nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: GPU reset succeeded, trying to resume nov 29 13:02:37 ltguido23 kernel: [drm] PCIE GART of 512M enabled (table at 0x00000080FFD00000). nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: SMU is resuming... nov 29 13:02:37 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: SMU is resumed successfully! nov 29 13:02:37 ltguido23 kernel: [drm] DMUB hardware initialized: version=0x08004500 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0 nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: recover vram bo from shadow start nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: recover vram bo from shadow done nov 29 13:02:38 ltguido23 kernel: amdgpu 0000:63:00.0: amdgpu: GPU reset(4) succeeded! nov 29 13:02:38 ltguido23 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125! nov 29 13:02:38 ltguido23 org.mozilla.firefox.desktop[4257]: [GFX1-]: Detect DeviceReset DeviceResetReason::DRIVER_ERROR DeviceResetDetectPlace::WR_POST_UPDATE in Parent process

Although not a serious issue I can work around, I am interested to find the root cause of this issue. Would that be FF, or the AMDGPU modules? Or a combination. Is there anything I can log in FF when this happends? FYI, system is fully up-to-date.

封存 1 89

Firefox full screen flakiness

The first image speaks for itself. When I want to change the way this setting is set in a Facebook group, when Firefox is full screen, the associated dialog is so placed … (閱讀更多)

The first image speaks for itself. When I want to change the way this setting is set in a Facebook group, when Firefox is full screen, the associated dialog is so placed and/or sized on the screen that it is partially truncated on the left by the left side of the display. I just checked in MS Edge and it displays normally there with full screen display. It displays normally in Firefox when I Restore Down. So this one at least does seem to be specific to Firefox.

I have a second full screen display issue that may be related, but this one isn't just Firefox; Ms Edge also shows it, and other applications also behave similarly: the right hand scroll bar disappears in full screen (as does the applicaion menu control)! I had some trouble taking a pair of images to illustrate this, using Snipping Tool. The second image, when Firefox is set to restore Down, shows the scroll bar and application menu control, which is what I see. The third image was more tricky to take because the first time I tried, the screen capture included a scroll bar and application menu control even though they were not visible on screen. I had to redo it and be very careful not to let the right hand side of the selection drift off the right hand side of the display.

It seems like the full screen display is just a little "larger" than the physical display. I have tried one or two other screen resolution settings and that has not helped. My best guess is that it's a monitor settings problem, but I've also fiddled with the monitor settings, again with no success. And even if a monitor setting explains the pervasive right hand side issue, it doesn't explain the Facebook dialogue issue, which does appear to be Firefox-specific.

So my current workaround is just not to have anything full screen :(

封存 1 331

MY YOUCARE SEARCH ENGINE SUDDELY DOESN'T WORK.

I HAVE USED THE YOUCARE SEARCH ENGINE FOR OVER A YEAR AND FOUND IT EXCELLENT, I'VE PROVIDED OVER 85 MEALS FOR ANIMALS IN SHELTERS, BUT YESTERDAY WHEN I WANTED TO DO A SEA… (閱讀更多)

I HAVE USED THE YOUCARE SEARCH ENGINE FOR OVER A YEAR AND FOUND IT EXCELLENT, I'VE PROVIDED OVER 85 MEALS FOR ANIMALS IN SHELTERS, BUT YESTERDAY WHEN I WANTED TO DO A SEARCH, NOTHING CAME UP, IT JUST SAID 'NO RESULTS FOUND' I TRIED SOME COMMON SITES, NEXT, ARGOS, ALDI, AND IT JUST SAID THE SAME THING.

                                                                                              COULD YOU PLEASE HELP PUT THIS RIGHT,
                                                                                                                                                                    MANY THANKS, JANET.
封存 1 168

firefox will not open any new windows, only tabs

Why won't Firefox open any new windows? I give ir the command to open a window and yet all i get are tabs and I never click on open a tab. I have an HP probook this for w… (閱讀更多)

Why won't Firefox open any new windows? I give ir the command to open a window and yet all i get are tabs and I never click on open a tab. I have an HP probook this for windows 10 and i am also having the same problem with Chrome. I have uninstalled and reinstalled chrome and that did not fix it so it is not that. What would cause this? I have already cleared the cache cookies history browsing etc. and nothing is fixing it. PLEASE HELP.

封存 1 148

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… (閱讀更多)

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.

封存 1 208

Crashes and Lock down of PC

Lately every time I use FireFox, it will crash. Also there is one web page, resortcams.com that Firefox will either crash or lock up my PC so that I have to reboot the PC… (閱讀更多)

Lately every time I use FireFox, it will crash. Also there is one web page, resortcams.com that Firefox will either crash or lock up my PC so that I have to reboot the PC. Using another browser, DuckDuckGO, I have no issues viewing this web page. I checked with resortcams and they found no issues on their end. This problem has just recently occurred, las t couple of months. I use MicroTrend as my antivirus and Microsoft Bing as my search engine. I am running Windows 10. My PC can not run Windows 11. Any suggestions as to what the problem might be. Thank you, Grant Olson

封存 1 38

I would like to request a much needed feature to Firefox: Rocker Gestures.

I'm absolutely dying for this feature, it is a lifesaver in Vivaldi and Opera and other browsers, the extension options simply don't work the same as they only work when … (閱讀更多)

I'm absolutely dying for this feature, it is a lifesaver in Vivaldi and Opera and other browsers, the extension options simply don't work the same as they only work when the website has finished loading and in case I've clicked on the wrong link I have to wait for it to load to go back or lose my train of thought whenever I am using this browser after a while because I'm used to the Rocker Gestures to go back and forward. Please implement this feature into the base browser, thank you very much

封存 1 224