Showing questions tagged: Show all questions
  • Solved

No Audio in Firefox only.

There is no audio on any website in Firefox only. I'm using Windows 11 Numbered list item When a video is playing there used to be an audio icon showing the tab is pl… (read more)

There is no audio on any website in Firefox only. I'm using Windows 11

  1. Numbered list item When a video is playing there used to be an audio icon showing the tab is playing audio, this does not show anymore.
  2. Numbered list item Firefox does not appear in the Windows volume mixer
  3. Numbered list item The Firefox Task Manager Utility 'Windows Media Framework Audio Decoder is always idle.
  4. Numbered list item I've restarted the Windows AudioSrv service and Windows explorer process

Nothing works. Please help.

Asked by rtwymanjr 2 months ago

Answered by rtwymanjr 2 months ago

NTLM authorization does not work in FireFox 118.0.1

Hello! I have a problem with latest version of FireFox (118.0.1). I have a website running at https://localhost:7230. And Asp .Net Core backend running at http://localhos… (read more)

Hello! I have a problem with latest version of FireFox (118.0.1). I have a website running at https://localhost:7230. And Asp .Net Core backend running at http://localhost:5205/, the authorization is configured to use NTLM.

From the frontend I call: const response = await axios.get("http://localhost:5205/Users/GetUser", {

   params: null,
   withCredentials: true

});

and it works in Chrome and in previous FireFox 117.0.1, but doesn't work in FireFox 118.0.1.

I've checked the request-headers, they are the same except for the version in User-Agent. I guess this has something to do with the security settings. I looked at the patch notes but didn't see anything similar to my problem.

What was changed in the latest version and how can I fix this?

Asked by romannt 1 day ago

Last reply by zeroknight 23 hours ago

  • Solved

Extension Icons not displayed on Toolbar

Hello, Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons i… (read more)

Hello,

Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons installed without issue, however the icons for them are not displayed on the tool bar. I can access them using the jigsaw icon, but this is is less inconvenient that accessing the add-on directly.

I then reset Firefox in case it was a glitch and signed in again to allow the sync to reinstall the add-ons. This time only the Privacy Badger icon made it onto the toolbar. Again I can access the add-ons using the jigsaw icon.

I have tried to add the add-ons to the Customise Toolbar setting, but they do not show up in the list of things that can be added.

Firefox version: 112.0.1 (64 bit)

I have attached images to show what is happening. Is there anyway I can force the add-on icons onto the toolbar to make them more accessible?

Thank you

Asked by russell.seymour 5 months ago

Answered by TyDraniu 5 months ago

Candy Crush on Facebook no longer loading on Firefox

As of last night, without warning and without me changing any settings, or restarting my computer, when I go to open Candy Crush (on Facebook) the loading process freezes… (read more)

As of last night, without warning and without me changing any settings, or restarting my computer, when I go to open Candy Crush (on Facebook) the loading process freezes and I get a banner at the top of the screen telling me "This page is slowing down Firefox. To speed up your browser, stop this page." At that point I can close the banner, or stop the page, but either way no further progress is made and the page seems to freeze. Candy Crush will still run on Edge (which I would REALLY rather not use at all!!!!). So this is a Firefox issue. Please tell me how to fix it.

Asked by kathryningo 5 months ago

Last reply by AzZA 5 months ago

Why are my tabs showing on top of my address bar?

So today I open up Firefox, and my now tab bar is now on top of the browser address bar. In addition to being super annoying, and more to the practical point, inefficien… (read more)

So today I open up Firefox, and my now tab bar is now on top of the browser address bar.

In addition to being super annoying, and more to the practical point, inefficient. Is there a step by step way to put it back under the address bar?

I am asking for step by step instructions because I'm dyslexic and have difficulty thinking through partial instructions.

If this is the paradigm - and then this would be a stupid design move - with Firefox, I'll have to rethink if I am going to continue using the browser.

Asked by studebaker62 5 months ago

Last reply by cor-el 5 months ago

  • Solved

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (read more)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Asked by scottish2 4 months ago

Answered by jscher2000 - Support Volunteer 4 months ago

  • Solved

Firefox Consistently Crashes After Closing

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes af… (read more)

I've been using Firefox for many years without a problem and have always liked it, but I've recently starting encountering a problem where Firefox consistently crashes after closing. After I close Firefox, the Windows Task Manager shows it still in memory. After a couple of minutes, the Mozilla Crash Reporter screen pops up informing me that Firefox had a problem and crashed, with an option to restart Firefox or Quit. I tried refreshing Firefox, which was a challenge because of the problem of hanging in memory after closing, but it did not resolve the problem. I also tried uninstalling it, then deleting the Mozilla folders and clearing out any references to Firefox in the Windows registry, and reinstalling it. I haven't installed any extensions yet; but sadly, I continue to encounter the problem. Any ideas about how to resolve the problem?

I should mention that I had bought a new SSD for my computer and migrated everything over from the old SSD to the new one. The problem with Firefox began after the migration. Everything else that was installed there works without a problem. I would be surprised if this is related to the issue considering I've reinstall Firefox.

Asked by Allan 4 months ago

Answered by Allan 4 months ago

My 1Password extension (desktop app required) has stopped working in Firefox

Firefox 114.0, Windows 11 Home Version 10.0.22621 Build 22621 , 1Password-4.6.2.626 extension Today, for reasons unknown, my 1Password extension, (an old and non-updatab… (read more)

Firefox 114.0, Windows 11 Home Version 10.0.22621 Build 22621 , 1Password-4.6.2.626 extension

Today, for reasons unknown, my 1Password extension, (an old and non-updatable version that I've used for many, many years), is non-responsive. The icon still resides in the Tool Bar, Windows ToolTips "sees" it as "1Password", but clicking on the icon has no effect. The extension is shown as Enabled in Firefox's Manage Your Extensions page.

I think I've tried all the "usual" things here: rebooted the computer, uninstalled and re-installed the extension and rebooting, checked the setting in 1Password itself to see that it's associated with "Mozilla Firefox 114.0", (the program still opens fine outside the browser).

This seems to be related to Firefox 114.0. On my other computer with the same Windows 11 version but using Firefox 113.0.1 had no problem with 1Password, but as soon as Firefox updated to 114.0 the same problem with 1Password appeared.

Anything that I might be able to do to get 1Password working?

Asked by Tom_Young 3 months ago

Last reply by Kay Melchor 2 hours ago

Browser Page too large

I cannot get the Firefox Browser Page to fit the screen on my laptop. I constantly have to hit <cntrl> - or + to zoom in and out. I have to do this for every tab … (read more)

I cannot get the Firefox Browser Page to fit the screen on my laptop. I constantly have to hit <cntrl> - or + to zoom in and out. I have to do this for every tab I open. This isn't an issue with other browsers. I'm about fed up and ready to quit Firefox. I'm not "tech savvy" so if you respond use baby language. I'm operating on Windows 11.

Asked by mimipatterson83 3 months ago

Last reply by cor-el 3 months ago

OneNote Web Clipper Extension No Longer Working.

As of the past few days the OneNote Web Clipper Extension has stopped working in Firefox. Is this a known problem? Is there a fix? I've tried refreshing FF and reinstalli… (read more)

As of the past few days the OneNote Web Clipper Extension has stopped working in Firefox. Is this a known problem? Is there a fix? I've tried refreshing FF and reinstalling the extension but the problem persists.

Asked by Martin 2 months ago

Last reply by rafikiphoto 5 days ago

Cannot remove address bar suggestions

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does… (read more)

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does not work. There is no three dots that appear next to the URL, or a pop up that shows up if I hover over the link. They are stubbornly embedded on that bar and refuse to leave.

The only thing that works is to delete all history, but I don't want to do that. There may be some solution where I micromanage site permissions on a site by site basis but that's way too much work, and should not have to do that.

The URLs on the list themselves are totally random. I cannot figure out how Firefox decided that THESE are the URLs to feature. I visited like once, in a long string of activity.

Anyway, my inability to perform a simple task like right-click-delete or demand that it "stop doing that" is making me claustrophobic.

Vers 115.0.2

Asked by McMike 2 months ago

Last reply by zeroknight 1 week ago

Authentication code never reaches my account

Our IT specialist at UW-Madison is stumped and suggested I reach out to Firefox. He was helping me troubleshoot why Firefox keeps saying it's sending a code to verify my… (read more)

Our IT specialist at UW-Madison is stumped and suggested I reach out to Firefox. He was helping me troubleshoot why Firefox keeps saying it's sending a code to verify my account, but I never receive the code. He has added the "accounts" email to my contacts and I don't know what else to do or try. Any ideas from the community? I need my bookmarks after upgrading to Windows 11 and can't imagine trying to recreate them all.

Asked by brianna.cacchione 2 months ago

Last reply by Dropa 2 months ago