显示带有此标签的问题: 显示所有问题
  • 已解决

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

KoiYouu 于 3 个月前提问

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.

BigPurpleHippo 于 3 个月前提问

BigPurpleHippo 于 3 周前回答

  • 已解决

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

sajeel.irkal 于 1 个月前提问

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.

aefriot 于 1 个月前提问

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

cecchijac 于 3 个月前提问

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

Mohammad zarif Abdulrahman 于 2 个月前提问

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.

dstalkowski 于 3 个月前提问

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.

Jens Lyn IV 于 4 个月前提问

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.

phobrain 于 2 个月前提问

Paul 于 2 个月前回答

  • 已解决

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!

phobrain 于 2 个月前提问

phobrain 于 2 个月前回答

  • 已解决

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.

John O'Kane 于 3 个月前提问

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

nununene 于 4 个月前提问

TyDraniu 于 4 个月前回答