Показване на въпроси които са отбелязани: Показване на всички въпроси
  • Разрешен

Drop Down Menu On Certain Websites Won't Work

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/govern… (прочетете още)

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/your-card/get-a-card

I realized it wasn't working so I turned off my adblocker (ublock origin), refreshed the site and still not working.

Also attempted to use troubleshoot mode and still does not work.

Cleared cache + cookies and used troubleshoot mode and nothing working still.

I lastly checked the website was working by opening the same link on chrome after all that and it works perfectly fine over there. Any ideas what could possibly be the issue?? I basically have a fresh install of firefox with no changed settings besides anything that might of been copied over from Chrome when firefox automatically asks you to migrate your stuff over, and used the troubleshoot mode + clearing cookies and cache

Asked by KoiYouu преди 3 месеца

Answered by KoiYouu преди 3 месеца

  • Разрешен

playback of DRM content

no matter what I try I cannot get any content from HBO max, crunchyroll, or spotify to play. I feel as though I have tried every troublshooting step. In firefox 140.0.4 6… (прочетете още)

no matter what I try I cannot get any content from HBO max, crunchyroll, or spotify to play. I feel as though I have tried every troublshooting step. In firefox 140.0.4 64 bit on windows 10 I have:

-turned DRM off and on -disabled and re-enabled widevine -disabling all extensions -try in a private tab -turning off tracking protection -clearing cookies/cache/site data -uninstalling and reinstalling firefox -trying on firefox nightly -trying on other firefox based browsers zen, librefox same issue. chromium based browsers and firefox on my windows 11 laptop play drm content like normal -manually installing older version of widevine -changing useragent to chrome(this triggered cloudflare and would not let me pass) -making another user in windows and trying there

the error i get on crunchyroll is code: DRM-0 and on spotify it loads but the play icon does nothing. in hbo max i get error code 1k-0003

At this point I don't know what else to try, If there is not another solution I probably try to just switch to brave browser or wiping this pc and reinstalling windows.

Asked by BigPurpleHippo преди 3 месеца

Answered by BigPurpleHippo преди 4 седмици

  • Разрешен

My Bookmarks and history is lost as I updated to IOS 26.0.1

Hello Firefox team, I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser. All my important data ha… (прочетете още)

Hello Firefox team,

I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser.

All my important data has been lost, can you please look into this and help me please.

Thanks, Sajeel Irkal

Asked by sajeel.irkal преди 1 месец

Answered by KAMI преди 1 месец

  • Разрешен

Link on bottom of this form page needs fixing.

I filled out this form completely to resolve another issue only to come to the section at the lower part of this page. "Troubleshooting Information (optional): We can't a… (прочетете още)

I filled out this form completely to resolve another issue only to come to the section at the lower part of this page. "Troubleshooting Information (optional): We can't automatically get your browser's troubleshooting data, please try these manual steps. "

I clicked the link...silly me...thinking the link would open a modal or popup. it took me to another page, losing everything i typed to ask to get a problem resolved. GGGRRRRRRRR! to put it lightly.

Maybe someone can fix that? I'm likely posting this in the wrong place. But it is posted and I hope the right people see it to not let it happen again.

Oddly, the browser kept the images for the form I was working on, only the typed text was lost.

Asked by aefriot преди 1 месец

Answered by Paul преди 1 месец

  • Разрешен

Strange download from Firefox today - xRqj7qhl.html - Sixe: zero bytes - Kind: HTMLtext

I received this download from Firefox today, July 22, 2025: xRqj7qhl.html - Size: zero bytes - Kind: HTML text . I've never experienced this before. Is it legitimate? Th… (прочетете още)

I received this download from Firefox today, July 22, 2025: xRqj7qhl.html - Size: zero bytes - Kind: HTML text . I've never experienced this before. Is it legitimate? Thanks

Asked by cecchijac преди 3 месеца

Answered by jscher2000 - Support Volunteer преди 3 месеца

  • Разрешен

youtub not loading says no internat connection on windows11

im using firefox on windows11. youtube does not load and says no internet connection but other websites work fine. i tried syncing time udating the browser and checking D… (прочетете още)

im using firefox on windows11. youtube does not load and says no internet connection but other websites work fine. i tried syncing time udating the browser and checking DNS. Still not fixed. What else can i do

Asked by Mohammad zarif Abdulrahman преди 2 месеца

Answered by Mohammad zarif Abdulrahman преди 2 месеца

  • Разрешен

libxul.so: undefined symbol: gdk_wayland_device_get_wl_seat

When I try to run firefox 141.0 (Linux x64) I get: libxul.so: undefined symbol: gdk_wayland_device_get_wl_seat Couldn't load XPCOM. Is there a way to fix this? I'm usi… (прочетете още)

When I try to run firefox 141.0 (Linux x64) I get:

libxul.so: undefined symbol: gdk_wayland_device_get_wl_seat Couldn't load XPCOM.

Is there a way to fix this?

I'm using Slackware 14.2.

Asked by dstalkowski преди 3 месеца

Answered by dstalkowski преди 2 месеца

  • Разрешен

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… (прочетете още)

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 преди 4 месеца

Answered by Jens Lyn IV преди 2 месеца

  • Разрешен

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… (прочетете още)

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 преди 3 месеца

Answered by Paul преди 3 месеца

  • Разрешен

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 … (прочетете още)

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 преди 3 месеца

Answered by phobrain преди 3 месеца

  • Разрешен

Can't sign into Hotmail.

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answer… (прочетете още)

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answering emails on my computer because of its large screen. I've tried signing in about 2000 times now. Firefox told me they can't help me because I'm not a Mozilla subscriber even though they own Firefox. Microsoft told me it's Mozilla's problem. Can anyone help me please. John in the Philippines.

Asked by John O'Kane преди 3 месеца

Answered by John O'Kane преди 3 месеца

  • Разрешен

Firefox main process repeatedly consume large amount of memory

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly Even I restart Firefox and do nothing, it will start doing this aga… (прочетете още)

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly

Even I restart Firefox and do nothing, it will start doing this again

I use about:processes and about:memory to capture this seems the main process's "tab.query" causing this, please check

PS: sometime it will consume till system max (64GB) and cause my OS out of memory. PS2: that wave-like memory usage is cause by Firefox

Asked by nununene преди 4 месеца

Answered by TyDraniu преди 4 месеца