Showing questions tagged: Show all questions
  • Archived

Helvetica font renders blank after updating to 112 via snap store

After running `snap refresh firefox`, many sites I use no longer render any text. Via some fiddling via the developer console, it appears to be that any text with `font… (read more)

After running `snap refresh firefox`, many sites I use no longer render any text.

Via some fiddling via the developer console, it appears to be that any text with `font-family: Helvetica`. Removing that CSS restores the text, adding it removes the text.

There's a fix for CVE-2023-29537 in this release that affects font initialization - possibly related?

Asked by daniel270 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Twitter Videos Volume Control Not Showing Up

I have installed Firefox recently after migrating from Opera GX and I noticed I cannot control Twitter videos volume, only mute. I already tried to reinstall, tried with … (read more)

I have installed Firefox recently after migrating from Opera GX and I noticed I cannot control Twitter videos volume, only mute. I already tried to reinstall, tried with Troubleshoot Mode and I can't fix this. Is there a way to fix?

I have a gif showing the issue: https://i.gyazo.com/f73c4de39df3161e527f754ed694772a.mp4

Asked by Lorielthy 12 months ago

Last reply by jonzn4SUSE 11 months ago

  • Archived

Firefox not loading Instagram

I've noticed in the last week or two that when I'm on my desktop and try to navigate to an Instagram profile, that 9 out of 10 times I get the error in the screenshot att… (read more)

I've noticed in the last week or two that when I'm on my desktop and try to navigate to an Instagram profile, that 9 out of 10 times I get the error in the screenshot attached:

"Sorry, this page isn't available."

Weirdly, if I have a link to a specific instagram post, the browser will load it. But profile page? Forget about it. Anyone else having this issue, and know perhaps why Firefox is loading Instagram this way on a desktop?

Asked by FireFoxFan1 1 year ago

Last reply by DjFunkyDog 8 months ago

  • Archived

Mega-menu is not working on our website

Dear, We are using Mega-menu on our website it's a Shopify extension and it's our Megamenu is not working when we are using the Firefox browser. We had multiple problems… (read more)

Dear,

We are using Mega-menu on our website it's a Shopify extension and it's our Megamenu is not working when we are using the Firefox browser. We had multiple problems with it when using your browser.


I found this text, that is related to our problem, but there is no replay on how to fix it https://support.mozilla.org/en-US/questions/1377960#question-reply This jQuery is not working with Firefox only

Do you have a solution, on how we can fix this problem?


Best regards, Ognjen

Asked by omitric 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Youtube Extremely Slow Loading

So I know this has been talked about, but none of the "Solutions" work. I'm not sure why or whats causing it, but my YouTube never loads fast, or hardly at all. Usually … (read more)

So I know this has been talked about, but none of the "Solutions" work. I'm not sure why or whats causing it, but my YouTube never loads fast, or hardly at all. Usually the video only loads/buffers till about 1 min into any given video. Mind you this is only on 720p or 1080p HD. I never go any higher and my internet speed is ~400Mbps down and ~22Mbps up. I've already tried the following:

1. Disable Hardware Acceleration 2. Clear Cache and Cookies 3. Refresh Firefox 4. Check HTML 5 Video Player 5. Made sure Firefox was updated

I do use some extensions like: - Dark Reader - Privacy Badger - uBlock Origin - Bitwarden (Shouldn't affect) - Honey (Isn't turned on for YouTube) - Enhancer for YouTube (New, so it does not affect load)

Any Suggestions?

Asked by CalBar 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

FF 112 Tabs on the bottom beneath the bookmarks toolbar

Hi, For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workaroun… (read more)

Hi,

For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workarounds I had before are not working.

To cut a long story short: I have made a Chrome folder under the Profile folder I have made CSS sheet with what looks like the commands I need. I have configured Firefox to read the userChrome.css sheet.

I have followed all the directions on this thread https://support.mozilla.org/en-US/questions/1375646 (most of which are repeated elsewhere) and it still doesn't work.

I am beyond frustrated - if anyone happens to know where I can go to request this as blinkin' option I would love to know.

Please could someone help me sort this out in the meantime though?

This is what is in the CSS sheet (which is in the correct place according to the above instructions - checked that already):

Thank you in advance.

/***** START of Sample Rules (delete and replace with your your own rules) *****/
/* TABS: below Navigation Toolbar - fixed for 111/113 */

/* ROOT: VARS */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 27px !important;
  --tab-min-width:  80px !important; /*minimum:50px*/
/*  --tab-overflow-pinned-tabs-width: 175px */
}

/* TABS: POSITION */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0;
  width: 100vw !important;
}

/* Firefox 107 and older *//* #tabbrowser-tabs { width: 100vw !important; } */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  position: relative !important; /*89*/
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  background-color: var(--toolbar-bgcolor) !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* DRAG SPACE */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* TABS: movingtab - vertical shifts */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom:  unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* INDICATORS - HIDE */
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}

/* END - TABS below Navigation Toolbar */

/* Colored bookmark sidebar, toolbar, menu button containers */
  /* Standard folder */
  #bookmarks-view treechildren::-moz-tree-image(title,container),
  #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
    fill: gold !important;
  }

 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(title, container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
    fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
  #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
    fill: tan !important;
 }

Asked by Laura 1 year ago

Last reply by JussAskin 11 months ago

  • Archived

Forced restart

For several years now Firefox keeps the methodology to update in the background and then force the user to restart. This always causes some loss. There are multiple sit… (read more)

For several years now Firefox keeps the methodology to update in the background and then force the user to restart.

This always causes some loss.

There are multiple situations where this is not acceptable. Just to give one example: I just logged in an account and clicked to receive an authentication SMS. But then Firefox forced restart and I cannot login nor ask for a new SMS because the previous request was recent.

In my opinion this makes absolutely no sense. Is there an option the turn off this forced restart?

Asked by jmss 1 year ago

Last reply by techguy150 1 year ago

  • Archived

The Ping Website Pull downs don't work

When I go to the url https://ping.com/en-us/clubs and hit the pull down for clubs it does nothing. I have enhanced tracking off. It also says protections dashboard 28 blo… (read more)

When I go to the url https://ping.com/en-us/clubs and hit the pull down for clubs it does nothing. I have enhanced tracking off. It also says protections dashboard 28 blocked. I am unable to use clubs, bags pld putters pull downs. I am using custom setting cookies, tracking, cryptominers, fingerprinters. It must be a setting and I am unable to solve my problem. If I use Brave browser my pull downs for the clubs etc works fine. I am also using the duck duck go extension in my firefox 112.0.1. Do you have any ideas? Thank you

Asked by hack2er 1 year ago

Last reply by zeroknight 6 months ago

  • Archived

My passwords between Android and Desktop don't sync.

Hi, I have read through some of the past similar issues with passwords not syncing across devices and the only official answer I seem to find from the Firefox team is t… (read more)

Hi,

I have read through some of the past similar issues with passwords not syncing across devices and the only official answer I seem to find from the Firefox team is to "manually or force sync"...

However that does not work. I have just saved a new login on my mobile, I have manually synced or "sync now" on both my mobile and desktop, restarted both devices and still...this login does NOT appear on my Desktop.

So please help! For all I know there could be other logins saved on my mobile that don't appear on my desktop and vice versa.

I do not want to uninstall Firefox.

Kind Regards, Alex van der Merwe

Asked by avdmerwe33 1 year ago

Last reply by cor-el 10 months ago

  • Archived

Android navigation bar(back, home, recent buttons) keeps popping up when using Firefox

Hey there, As the title suggests, I'm having an issue with the navigation bar. It remains at the bottom of the screen even when I have the least need for it, which makes… (read more)

Hey there,

As the title suggests, I'm having an issue with the navigation bar. It remains at the bottom of the screen even when I have the least need for it, which makes the content of the screen glitchy. It may not sound like much, but it's very annoying and ruins the whole browsing experience, especially when watching videos. Because of the unwanted navigation bar, even a slight touch on the screen causes the videos or pages, but mostly videos, to move around left and right when in landscape mode. As you can see in one of the screenshots I sent, the video is not even visible, it's just a black screen, which is a different issue that I faced for the first time but I am not sure how often I'll get that in future but it's there.

If anyone can suggest a fix for this issue,(the one with the navigation bar and jumpy video screen) such as a setting that I can turn on or off to get rid of the navigation bar, it would be greatly appreciated.

Asked by taohidupolok 11 months ago

Last reply by Paul 11 months ago

  • Archived

Change Firefox profile Language

I was in italy when I first created my firefox account and by default it choose italian as language. All of my search results are in italian even though in browser settin… (read more)

I was in italy when I first created my firefox account and by default it choose italian as language. All of my search results are in italian even though in browser settings I choose English as preffered language. Now I discovered that actually my firefox profile is in italian that's why I see results in italian. In the profile settings (https://accounts.firefox.com/settings), there is no option to change the language. Please help.

Asked by Gurpreet 12 months ago

Last reply by cor-el 7 months ago

  • Archived

Firefox doesnt properly show text and images even after clearing cache cookies etcs...

Hello i am using firefox version 112, but i had issue with previous versions as well.. i got no ad block and i also tried enchanced protection off, for some sites like e… (read more)

Hello i am using firefox version 112, but i had issue with previous versions as well.. i got no ad block and i also tried enchanced protection off, for some sites like ebay for example or other sites when i load them , let me give you best example from ebay... when i load ebay i see item description for less than 1 second after that its gone not visible even in private window for other sites simular issues, for some sites i cant see pictures i see them for 1 second and after that they are dissapeared..

i am attaching 2 photos how ebay looks like 1st photo ebay is blank and from different brower or computer how i see same listing.


same listing from different computer again same firefox version

Asked by fennaeva 1 year ago

Last reply by cor-el 11 months ago

  • Archived

Reinstall Fresh Windows/Fresh Firefox - How to transfer Bookmarks etc?

So I just rebuilt my PC with all new Parts. Basically the only parts I kept were the PSU, and the Case. I installed Windows fresh on a brand new m.2 SSD, everything up a… (read more)

So I just rebuilt my PC with all new Parts. Basically the only parts I kept were the PSU, and the Case. I installed Windows fresh on a brand new m.2 SSD, everything up and running and installed Firefox.

I have the OLD m.2 SSD set up as a flash drive, that I can plug into a USB port on my new motherboard, which has allowed me to transfer over things like My Docs and My Pics, etc.

Now I need to know what files I need to copy, from where, and to where; to restore my Firefox profile with all my bookmarks, etc.

Can anyone help me with this?

Asked by Nazrex 12 months ago

Last reply by jscher2000 - Support Volunteer 11 months ago

  • Archived

Fonts not displayed correctly - prints unreadable jibberish

Hi all, I'm having an issue that I've seen mentioned over several years and without a workable solution - I'm at the point of having to transfer all my browser usage to … (read more)

Hi all, I'm having an issue that I've seen mentioned over several years and without a workable solution - I'm at the point of having to transfer all my browser usage to chrome and abandon my beloved firefox. The issue has been 'answered' by advanced users to tell people to 'inspect' which font is the issue then check local systems font book for corrupted/duplicate fonts: however this is not a satisfactory response. Context: see screen shot attached for what the jibberish looks like, and a point in the 'inspect' view that I believe (guessing) is involved. System: Firefox 112.0.2 (64-bit), MacOS 13.3.1 (a) (22E772610a) on Macbook Pro (13-inch, 2020, 2 GHz Quad-Core Intel Core i5). This same websites do not have any issue on the same computer viewed on Chrome or Safari. Nor is there any problem on my iPhone on the iOS firefox browser.

Firstly this is not a user-friendly solution for most people, I'm afraid. Opening the inspect viewer is mindboggling for anyone who doesn't code and even for people who do some programming but not for websites (like me), it isn't exactly self-explanatory. I think I've managing to find examples that indicate 'Roboto' seems to be consistently involved in the display issue. Secondly, the step for 'fixing' the font that is the culprit - my local system indicates that all fonts are valid and there are no duplicates. I haven't installed manually Roboto as I'm uncertain where to 'safely' get the font from and my computer is owned and managed by my workplace - with overly strict administration/security rules so if I f-up a download of something dodgy my IT service will blacklist me and revoke my admin access... ** which would mean I'd be unable to do my job!**. I wondered if perhaps there is some security setting due to that, which stops website from loading the fonts they choose? From previous 'solutions' it said that having Firefox preference set to "allow websites to choose their own fonts..." should mean the websites can load as needed. If indeed I must manually download fonts for each and every instance that Firefox fails to display text legibly that is equivalent to Firefox being unusable. I'm clearly frustrated and it's because I love FIrefox and the ethos behind it all so leaving for Chrome would be very sad indeed! Help and a solution for normal users would be so very much appreciated. Also where can I properly lodge this issue with peeps who fix things? There are issues of this kind going back years and for both Windows and Mac Systems so it's not a one-off problem but a recurring one! Please pretty please, people who do the magic that makes Firefox - fix this issue... Thanks for reading my rant and for any helpful responses. Cheers, Megan

Asked by megan.ej.campbell 11 months ago

Last reply by jscher2000 - Support Volunteer 10 months ago

  • Archived

Private windows feature not working

I have firefox configured to always run using private mode by default. However sometimes i need a new private window with empty localstorage, sessionstorage and cookiejar… (read more)

I have firefox configured to always run using private mode by default. However sometimes i need a new private window with empty localstorage, sessionstorage and cookiejar etc. For example if i want to sign into a website with two separate accounts such as an email client. However, recently, when i click "New private window" and within it navigate to a website I see my preexisting session from my original firefox instance. In the case of the email client this means I can only log in using a single account with the firefox browser. Currently I have to open another browser such as chrome or edge to solve this issue.

Is this expected behaviour or is there something wrong with my local setup?

Thanks

Asked by mr.englishman 12 months ago

Last reply by cor-el 11 months ago

  • Archived

Can barely see outlines for text entry boxes on some sites

Hi. It's hard to see where to enter text on some sites. How do I make text entry boxes easier to identify please? For example, I had to look hard to figure out that the… (read more)

Hi. It's hard to see where to enter text on some sites. How do I make text entry boxes easier to identify please?

For example, I had to look hard to figure out that there's a text entry box on the following page around the words Share an Update...

https://community.morningstar.com/s/profile/0053o00000A9t7k

Asked by B9 1 year ago

Last reply by AzZA 1 year ago

  • Archived

Firefox Runnig Awful

Hi, I'm having a ton of issues with Firefox over the past couple months. It seems like it is having a terribly time connecting to anything. If I open Firefox and try to s… (read more)

Hi, I'm having a ton of issues with Firefox over the past couple months. It seems like it is having a terribly time connecting to anything. If I open Firefox and try to search using the URL bar, it will attempt to search, and either get hung up and just continually load until it just stops and leaves the screen blank or it will give me the little astronaut saying something like "oops can't connect". Then if I were to try and open YouTube. The same issue, and when it does load and I try to type in the YouTube search, it gets hung up AGAIN. YouTube videos never load past the 1 minute mark until I give it like 3 minutes to load.

Some information about my setup:

  • i7-11800H
  • 16GB Ram
  • RTX 3070
  • 416 Mbps Down | 22.3 Mbps Up
  • Extension include: Bitwarden, Dark Reader, Privacy Badger, and uBlock Origin
  • I use AVG as my security suite

I seriously couldn't begin to think whats causing these issues. I understand there's a lot of anti-trackers and AVG, but seriously 3 minutes to even boot up YouTube or not even being able to search on Google from Firefox? That's ridiculous.

Ive tried refreshing, launching in troubleshooting mode, clearing cache and cookies. Nothing works, in fact in troubleshooting mode I still experienced the issues.

Asked by CalBar 11 months ago

Last reply by TyDraniu 11 months ago

  • Archived

History & cookies deleting self upon closing firefox

Recently i've started having an issue where all of my browser history & cookies gets deleted when i close firefox. I know that is an existing setting but i have that … (read more)

Recently i've started having an issue where all of my browser history & cookies gets deleted when i close firefox. I know that is an existing setting but i have that turned off in all the places i can find. This has only started happening recently and the only thing that shows up in my history are my bookmarked tabs- like it shows each bookmarked tab as if i have gone and clicked each tab in my history and literally nothing else. I have been on my pc throughout the day and have searched many things yet upon closing all tabs & windows everything is deleted. I know this sounds like the opposite of an issue but i rely on my history a lot to help me go back to sites & helpful infomation.

Asked by mooshall200 1 year ago

Last reply by cor-el 1 year ago