Zobrazenie otázok označených:

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… (ďalšie informácie)

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!

Otvorené 1

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… (ďalšie informácie)

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.

Otvorené 18

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 … (ďalšie informácie)

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));

});

Archivované 1 236

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 (… (ďalšie informácie)

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.

Archivované 1 91

review checker on Amazon not available?

Why don't I see the review checker on Amazon anymore, I liked it but it seems to be missing. I tried following the instructions but I don't see the mentioned icon that I … (ďalšie informácie)

Why don't I see the review checker on Amazon anymore, I liked it but it seems to be missing. I tried following the instructions but I don't see the mentioned icon that I am suppose to click on

Archivované 1 55

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 … (ďalšie informácie)

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 :(

Archivované 1 324

Propozycja blokowania nieodpowiednich fraz w wyszukiwarkach

Dzień dobry, Piszę z sugestią, aby przy następnych aktualizacjach wprowadzili Państwo możliwość blokowania fraz w wyszukiwarkach, zwłaszcza tych kierujących do stron dla … (ďalšie informácie)

Dzień dobry,

Piszę z sugestią, aby przy następnych aktualizacjach wprowadzili Państwo możliwość blokowania fraz w wyszukiwarkach, zwłaszcza tych kierujących do stron dla dorosłych. Chodzi mi o to, aby wpisując słowo np. "sex" w Google, czy na innych portalach z wyszukiwarką, takich jak YouTube, Facebook itp., Firefox od razu blokował stronę, wykrywając słowo wpisane na listę do natychmiastowego blokowania. Kontrole rodzicielskie i dodatki skupiają się głównie na blokowaniu całych stron www, co sprawia, że niektóre strony obchodzą te blokady, tworząc różne wersje nazewnictwa (co sprawie, że programy są skuteczne w max. 80%). Na przykład, strona xxx może mieć kilka wersji nazwy, jak xhamster. W efekcie programy lub dodatki blokują główną stronę, ale wersje z alternatywnymi nazwami już nie.

Stąd moja propozycja, aby była możliwość wpisania listy blokowanych fraz. Gdy dana osoba wpisze zablokowane słowo np. wspomnianą frazę "sex" w wyszukiwarce, przeglądarka powinna odmówić jakiejkolwiek operacji. Proszę o rozważenie tej ważnej z punktu widzenia bezpieczeństwa propozycji. Jeśli mają Państwo możliwość zaproponowania blokowania fraz już teraz, proszę o instrukcje. Będę wdzięczny za pomoc. Z poważaniem, Krzysztof

Archivované 1 118

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… (ďalšie informácie)

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.

Archivované 1 173

Disney Plus Won't Play Videos

Basically every time I try to play a video on Disney Plus, it will load for a few moments and then show me a black screen. I've tried updating, I've tried disabling and r… (ďalšie informácie)

Basically every time I try to play a video on Disney Plus, it will load for a few moments and then show me a black screen. I've tried updating, I've tried disabling and reenabling DRM, nothing helped. I'm using Zen Browser if that makes a difference.

Archivované 1 257