顯示下列標籤的問題: 顯示所有問題
  • 封存

Firefox does not play sound despite being attributed to correct device. All other apps OK.

What the title says. Firefox just isn't playing any sound whatsoever. Troubleshooting: Volume mixer indicates that Firefox is using my speakers, along with all other… (閱讀更多)

What the title says. Firefox just isn't playing any sound whatsoever.

Troubleshooting:

  • Volume mixer indicates that Firefox is using my speakers, along with all other apps. When playing a YouTube video, the green bar is not bouncing. However, all other programs that play sound do so successfully and their green bars are bouncing (see attachment).
  • Other web browsers play sound successfully.
  • Restarting Firefox and my computer did not help.
  • Switching the default sound device and changing back did not help.
  • Changing to headphones made no change.
  • Tabs are not muted.
  • Autoplay settings in about:preferences showed that audio and video were disabled, however changing this setting to allow video and audio, then restarting both Firefox and the computer did not fix the problem. I have no idea how that setting was even changed to begin with. O_o
  • Started Firefox in troubleshooting mode; still no sound.
  • Started Firefox in a different profile; still no sound.
  • Started Firefox in private mode; still no sound.
  • Tried ending the audiodg.exe process in task manager and restarted; still no sound.
  • Double checked media.autoplay.blocking_policy, was set to 0.
  • Double checked media.block-autoplay-until-in-foreground -- changed from true to false, restarted Firefox; still no sound.
  • Disabled hardware acceleration; still no sound.
  • Refreshed Firefox; still no sound.
  • Complete uninstall, including the usage of BCUninstaller to uninstall "leftovers". Reinstalled. Still no sound.

I have Apollo installed on my computer and I've reached out to them before for similar issues, but the dev was insistent that Apollo does not cause sound issues. I'm somewhat sceptical, but they're not being helpful at all so I thought I'd ask here, and disclose usage of Apollo so that all bases are covered.

Thank you for your time.

Umbravita 於 7 個月前 詢問

Umbravita 最近回覆於 7 個月前

The Page Isn't Redirecting Properly error

We have a web page we've created that is linked to by multiple other websites. For two of the sites where this is linked, Firefox (only) gives a "The Page Isn't Redirecti… (閱讀更多)

We have a web page we've created that is linked to by multiple other websites. For two of the sites where this is linked, Firefox (only) gives a "The Page Isn't Redirecting Properly" error. Using the exact same URL to link from other sites works fine in all browsers. Once you get the error, if you click in the URL and hit enter, the page will load fine. Any ideas? When searching that error, all the ideas I find tend to focus on the individual user's system, but this is happening for all users.

stburg 於 2 個月前 詢問

jonzn4SUSE 最近回覆於 2 個月前

  • 已解決
  • 封存

Microsoft login repeating

When using any Microsoft 365 product on the browser I keep getting a prompt to "Please sign in" although I am already signed in. I can click the Sign in button and a abou… (閱讀更多)

When using any Microsoft 365 product on the browser I keep getting a prompt to "Please sign in" although I am already signed in. I can click the Sign in button and a about:blank page pops up for a split second. Then within a half hour or so, it will pop up again. I deleted my cookies but the problem still persists. Does not happen on other browsers.

jason.pozega 於 7 個月前 詢問

jonzn4SUSE 於 7 個月前 解答

  • 已解決
  • 封存

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 於 6 個月前 詢問

Paul 於 6 個月前 解答

  • 封存

Syncing

When following the instruction to sync bookmarks on Android phone it leads me to items that are not there. Open Firefox mobile on phone. Ok. Hit the 3 dots drop down. Ok.… (閱讀更多)

When following the instruction to sync bookmarks on Android phone it leads me to items that are not there. Open Firefox mobile on phone. Ok. Hit the 3 dots drop down. Ok. Choose sync and save. Not there? I click my email and it shows sync. I click that and it shows the last time I sync my phone. 0 minutes. Ok. It shows a QR code to scan from the Firefox app. It instructs to click ready to scan. That's not there either. If instructions lead you down paths that are not present, the instructions are useless. Anyone else having this experience? Thanks..........

eighthnote44 於 7 個月前 詢問

jonzn4SUSE 最近回覆於 7 個月前

  • 已解決
  • 封存

Login problems with Strava.com

The errors I get are kind of all over the place though. I've completely deleted and reinstalled Firefox, and removed all extensions too. It will loop to the login screen… (閱讀更多)

The errors I get are kind of all over the place though. I've completely deleted and reinstalled Firefox, and removed all extensions too.

It will loop to the login screen over and over, or I get the message 'An error has happened, try again later'...

I used the browser console and didn't get anything that seemed usable. I use Strava nearly every day so I'm having to use Safari. And this issue is on all of the mac and Windows systems I use. 'Troubleshooting Mode' didn't work either.

Help!

gonzoid 於 7 個月前 詢問

jonzn4SUSE 於 7 個月前 解答

  • 封存

No paste as image in Outlook Web Access

When pasting an image from the clipboard in Outlook Web Access in Edge there's right mouse button option to "Paste as Image". This places the image inline. In Firefox t… (閱讀更多)

When pasting an image from the clipboard in Outlook Web Access in Edge there's right mouse button option to "Paste as Image". This places the image inline. In Firefox there's no option like this.

Safe mode (troubleshooting mode) doesn't fix this. Ctrl + V or Shift + Ctrl + V doesn't fix it. Shift RMB to get Firefox menu does show Paste and Paste without formatting but it doesn't paste any inline image.

I've attached a screenshot of Edge and Firefox with the Outlook context menu and Firefox context menu.

Firefox version: 140.0.4 (64-bit) Edge version: 138.0.3351.83 (Official build) (64-bit)

BlorgPidgeon 於 7 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 7 個月前

  • 已解決
  • 封存

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 於 6 個月前 詢問

phobrain 於 6 個月前 解答

  • 已解決
  • 封存

Linux / Plasma 6.4/Wayland (amd gpu) After enabling HDR in firefox - all non HDR (youtube) content just shows green sceen

I have HDR working in Proton games and mpv fine (using Plasma 6.4 / Wayland) I enabled HDR in Firefox (gfx.wayland.hdr), and HDR content works in YouTube fine ( looks am… (閱讀更多)

I have HDR working in Proton games and mpv fine (using Plasma 6.4 / Wayland)

I enabled HDR in Firefox (gfx.wayland.hdr), and HDR content works in YouTube fine ( looks amazing!) however.. I have an issue in that all non HDR content doesn’t show any video (I have sound) just a green sceen (see screen shot) including all ads.

Any idea how to work round this ?

I have AMD 7800 GPU .

Cheers

morgan cox 於 7 個月前 詢問

morgan cox 於 7 個月前 解答

  • 已解決
  • 封存

firefox stops responding at random times and won't close

About two weeks ago, Firefox started randomly hanging and would stop responding. It wouldn't let me close the program and I always have to restart my system to resolve th… (閱讀更多)

About two weeks ago, Firefox started randomly hanging and would stop responding. It wouldn't let me close the program and I always have to restart my system to resolve the problem. Sometimes it only takes a few minutes after restart before it hangs, other times it will be fine for hours.

I've tried multiple solutions I've found online, carefully following instructions: clearing cookies and cache, disabling all extensions, refreshing firefox, creating a new profile, deleting specific files within the Profiles folder, etc.

I've yet to make it more than four hours without the program hanging.

Any assistance or suggestions are greatly appreciated.

Jera 於 7 個月前 詢問

Jera 於 7 個月前 解答

  • 已解決
  • 封存

Problems loading websites with latest version of Firefox

Is anyone else having problems with the latest version of Firefox not rendering Google Calender, Amazon.com and other websites? … (閱讀更多)

Is anyone else having problems with the latest version of Firefox not rendering Google Calender, Amazon.com and other websites?

mdelapa 於 7 個月前 詢問

jonzn4SUSE 於 7 個月前 解答

  • 已解決
  • 封存

Does not open previous windows and tabs

There are many tabs open in the firefox window. I'm closing the firefox. I'm opening it again.All tabs opened during the previous opening disappear.Either a new page or a… (閱讀更多)

There are many tabs open in the firefox window. I'm closing the firefox. I'm opening it again.All tabs opened during the previous opening disappear.Either a new page or a single tab opens. The settings are set to "Open previous windows and tabs" (Image 1)


I go to "Firefox View" ---"Open tabs". (image 2) I see 2-5 windows there.In this case, there are 3 windows.WINDOW 1 is my main window with the tabs that should have been saved and opened when firefox was launched again. I close all tabs from unnecessary windows with a cross.Only window 1 remains. But when restarting, an empty or different window opens again.And again, there are a lot of unnecessary and incomprehensible windows on the list. Previously, a window with restored tabs from the previous session always opened. Question: 1)How can I restore the normal recovery of the previous session when restarting? 2) Tell me.I can somehow switch between windows (Firefox View" ---"Open tabs)(Image 1) Thank you.

omax72 於 6 個月前 詢問

jscher2000 - Support Volunteer 於 6 個月前 解答

  • 封存

Unable to Use Microphone in Google Meet Despite Permissions – Works Fine in Chrome

Hello, I'm facing an issue where my microphone does not work in Google Meet when using Firefox, even though I’ve granted all necessary permissions. This problem is speci… (閱讀更多)

Hello,

I'm facing an issue where my microphone does not work in Google Meet when using Firefox, even though I’ve granted all necessary permissions. This problem is specific to Firefox, as the microphone works perfectly fine in Google Chrome.

I prefer using Firefox because of its convenient screenshot features, but this microphone issue has caused major inconvenience during important meetings.

Kindly help me resolve this issue.

Thank you.

shreekarab5 於 7 個月前 詢問

ch-and-accounts.firefox.com 最近回覆於 3 個月前

  • 封存

all bookmarks are missing after mozilla firefox update

After Firefox requested to be updated, I lost all of my bookmarks. I tried to go in and "restore" them but there are no backups to restore from. How do I get my bookmar… (閱讀更多)

After Firefox requested to be updated, I lost all of my bookmarks. I tried to go in and "restore" them but there are no backups to restore from. How do I get my bookmarks back?

jessicatrz 於 7 個月前 詢問

jessicatrz 最近回覆於 7 個月前

  • 封存

Deletion bookmarks and passwords

I was asked to create a new profile in order to keep using Firefox, despite never having an account. After I clicked okay, it opened the new version of Firefox, but witho… (閱讀更多)

I was asked to create a new profile in order to keep using Firefox, despite never having an account. After I clicked okay, it opened the new version of Firefox, but without all the passwords, bookmarks and history of the past few years. This is really inconvenient. I have since then made an account, but the fact that I can't find any of this data anywhere has me worried that every time I update Firefox it will wipe my account.

m.groot 於 6 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 6 個月前

  • 已解決
  • 封存

Vertical tabs

With vertical tabs and expand on hover, clicking on the X box rarely closes the tab. Sometimes I have success if the pointer is on the left or right line of the box. No… (閱讀更多)

With vertical tabs and expand on hover, clicking on the X box rarely closes the tab. Sometimes I have success if the pointer is on the left or right line of the box. Not having luck on the center of the box. Has been true for several weeks. With hover off, clicking the X works fine. I am running Windows 11.

rdkennbs 於 7 個月前 詢問

Denys 於 7 個月前 解答

  • 封存

session backups inadequate

I keep a lot of tabs open (~60) in any particular session - I find it's faster in this way to get back to a site. About every six months or so, I lose *all* these tabs b… (閱讀更多)

I keep a lot of tabs open (~60) in any particular session - I find it's faster in this way to get back to a site.

About every six months or so, I lose *all* these tabs because of Firefox's inadequate session backup system. It only saves two or three total backups, some of which are completely out of date. But the worst scenario is when (1) some site pops up a new window; (2) I mistakenly close my main window before the new window; (3) I open this new saved window once or twice by accident, causing my 60-tab session backup to be overwritten.

Using a third-party session manager (I have tried all the well-known ones) can mitigate this problem, but doesn't really solve it because the re-opened sessions aren't quite in the same format as Firefox sessions and so lose information. In particular, I often lose each tab's icon as well as metadata for Tree Style Tab.

Could Mozilla please consider a more robust session backup system for Firefox? All it would take (I think) is to allow the user to choose the total number of backup sessions and the frequency at which a new session is added. Thank you!

carl.andersen 於 7 個月前 詢問

jonzn4SUSE 最近回覆於 6 個月前

  • 已解決
  • 封存

Keep Bookmark Folders Open

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after mid… (閱讀更多)

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after middle clicking each link 1 at a time. I can't open the entire folder - there are 100+ and say I want to open 10.

Is there a way to keep the bookmark folder open while I open each link in new tabs?

Thanks!

Thomas DiPasquale 於 7 個月前 詢問

TechHorse 於 7 個月前 解答