Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

Font incorrectly rendered in Firefox, but looks OK in private mode

Over the past day or two, I've seen firefox incorrectly render fonts on a couple of websites. So far, I've only noticed two websites effected: quotientapp.com and xero.co… (read more)

Over the past day or two, I've seen firefox incorrectly render fonts on a couple of websites. So far, I've only noticed two websites effected: quotientapp.com and xero.com (not the actual landing page, but rather the login page and other pages available after login https://login.xero.com/identity/user/login). This problem may extend deeper but these are the only places I've found them.

At first I thought my eyes were playing tricks on me but nope, something definitely not right. No new addons have been installed on my system. I've also deleted all local storage / cookies (via the Inspector) for these sites thinking it must be some caching issue - but no, it's still doing it.

Inspecting the font-family shows the issue (this is from the page https://go.quotientapp.com/sign-in) - have attached the images below of what I see.

I do use uBlock, but it is disengaged on Quotient and Xero (these are work related sites, they show no ads). Other add-ons I have installed include Bitwarden, Dark Reader, Firefox Multi-Account Containers and Reddit enhancement suite. I've ensured all add-ons are up to date as of this posting.

FWIW I do allow all the extensions above (with the exception of Firefox Containers which I don't allow) in private mode.

Any insights on how to get to the bottom of this?

Asked by SamPilgrimsTooth 1 year ago

Answered by zeroknight 11 months ago

  • حُلّت
  • المُؤرشفة

Unable to view streams/YouTube quality issues

Hi all, I've been having this issue for a while. I am unable to view streams on YouTube or Twitch (Twitch will show streams as offline, whereas YouTube will not even show… (read more)

Hi all, I've been having this issue for a while. I am unable to view streams on YouTube or Twitch (Twitch will show streams as offline, whereas YouTube will not even show streams), and I have encountered a new issue where YouTube allows only 360p on videos. I have used the HTML5 Video Capability Test and seem to have an issue in that department (images attached). Even in troubleshooting mode, the issue persists. Any help is appreciated.

Asked by zephyrvalkyrie 1 year ago

Answered by zeroknight 12 months ago

  • حُلّت
  • المُؤرشفة

Google Sheets mousewheel scrolling directly to bottom of sheet and disabling

When in Google Sheets in Firefox a single scroll click of the mousewheel takes me to the very bottom right of the sheet. The scroll wheel is then disabled vertically and… (read more)

When in Google Sheets in Firefox a single scroll click of the mousewheel takes me to the very bottom right of the sheet. The scroll wheel is then disabled vertically and horizontally.

Error is verified for all Google Sheets. Problem does not exist when accessing these sheets in Incognito Mode.

Error does not occur when accessing these sheets in Chrome.

Sheets is all but unusable without mouse scrolling capability.

Asked by Sean Thomas 12 months ago

Answered by Sean Thomas 12 months ago

  • حُلّت
  • المُؤرشفة

Unexpected cursor shown inside focused div

I recently noticed a number of places on websites where a cursor would appear in a place where no keyboard input is accepted. I've narrowed it down to this: Define a div… (read more)

I recently noticed a number of places on websites where a cursor would appear in a place where no keyboard input is accepted. I've narrowed it down to this:

Define a div like this: <div tabIndex="1"></div>

Style it like so: div {

 width: 200px;
 height: 100px;
 border: solid 2px red;

} div:focus {

 background-color: lightblue;

}

Click inside the div. It turns blue to show it has focus, but it also shows a cursor at the top-left.

This does not seem to happen when you use <div tabIndex="1" /> and it also doesn't happen in other browsers.

Asked by Ken 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Linux save dialog limitations

I've just tried to save something from firefox on linux(Manjaro KDE) and was baffled that there doesn't seem to be a way to manually enter the path and navigate to it in … (read more)

I've just tried to save something from firefox on linux(Manjaro KDE) and was baffled that there doesn't seem to be a way to manually enter the path and navigate to it in the save dialog. In addition to that, there are many locations missing and I can't seem to find a way to add new custom or favorites ones either.

All that combined means it was impossible to save my file directly to a network location, which is something I very often need to do. It just seems insane for such a basic feature to be missing and I've found a 4 years old thread about it meaning nothing has been done to fix this since? https://support.mozilla.org/en-US/questions/1279125

The only way I can see would be to mount the network path(not a good solution for one offs) and navigate to it(a symlink can make it closer to one of the existing shortcut but still annoyingly require more clicks) every time but that's very tedious since most of my saving is on a specific server drive.

Asked by SamKook 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

Single Click in Address Bar does NOT Select Address...

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true Now, single clicks in the address bar select the entire URL… (read more)

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true

Now, single clicks in the address bar select the entire URL except when the address bar contains an address provided by New Tab Override. Does anyone have a fix for this issue?

Thanks.

Asked by compupix 1 year ago

Answered by zeroknight 1 year ago

  • حُلّت
  • المُؤرشفة

Disable media controls overlay without disabling media keys

Hello, I want to disable media controls overlay without disabling media keys. I wandered in config but couldn't prevail with said subject. Its a nice feature unless I ha… (read more)

Hello,

I want to disable media controls overlay without disabling media keys. I wandered in config but couldn't prevail with said subject. Its a nice feature unless I have to stop a quite few times then its just a blockage for my much needed viewspace.

Thank you.

Asked by Ozan Ayten 1 year ago

Answered by Ozan Ayten 1 year ago

  • حُلّت
  • المُؤرشفة

JavaScript in firefox.cfg can't access `document`

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements. I have set up `autoconfig.js` i… (read more)

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements.

I have set up `autoconfig.js` in my `/usr/lib/firefox-developer-edition/defaults/pref` folder (I'm on EndeavourOS Linux). As instructed here, I've already put the two required files, `autoconfig.js` and `firefox.cfg` in their correct folders (`/usr/lib/firefox-developer-edition/defaults/pref` and `/usr/lib/firefox-developer-edition` in my machine).

The file `firefox.cfg` contains the following code:

 //
 (() => {
   var tabbar = document.getElementById("TabsToolbar");
 })();


However, every time I run Firefox, this message will appear:

 "Failed to read the configuration file. Please contact your system administrator."


If I empty out the `firefox.cfg` file, Firefox will run normally without showing the error message. It will also run normally if I just have something like this in the file:

 //
 (() => {
   var testVar = "";
 })();


I don't understand why the JavaScript code can't access the Firefox UI elements through `document` or `window.document`. If `autoconfig.js` isn't build for that, what should I use to change my browser's UI elements through JavaScript?

Thank you.

Asked by jazali 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Sync open tabs from old PC to new PC not working

I've read all the suggestions but can't get Firefox Sync to transfer the open tabs from my old PC to my new one. I'm signed in on both to the same account, both are on… (read more)

I've read all the suggestions but can't get Firefox Sync to transfer the open tabs from my old PC to my new one. I'm signed in on both to the same account, both are on my LAN with a wired ethernet connection, and I've checked every box in the "what to sync" field. When I click "Sync Now" the icon spins for a few seconds like it's doing something but the tabs from the old machine do not appear on the new one as I expected them to. Nor can I get them by closing and doing a Restore Session.

This seems pretty straightforward and how most users would expect it to work - am I missing something? If not, why isn't it working?

Asked by Robert Nickels 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

Cannot See New "Report Broken Site" Option in Firefox 123.0 Menu

I am using Firefox 123.0.0 (rel. 20-Feb-2023) on a Win 10 Pro v22H2 computer. I understand that FF123.0.0 is supposed to include a new option to "Report Broken Site" on … (read more)

I am using Firefox 123.0.0 (rel. 20-Feb-2023) on a Win 10 Pro v22H2 computer.

I understand that FF123.0.0 is supposed to include a new option to "Report Broken Site" on the menu (hamburger icon) that is described in the support article How do I report a broken site in Firefox desktop? but I can't see this new option. I also checked the menu options under More Tools and Help but can't find it.

Exiting and re-opening Firefox didn't solve the problem.

Asked by lmacri 1 year ago

Answered by MarkRH 1 year ago

  • حُلّت
  • المُؤرشفة

Copy Link Without Site Tracking on Facebook

When I'm clicking "Copy Link Without Site Tracking" on Facebook, I'm getting a very long link like: [0=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQ… (read more)

When I'm clicking "Copy Link Without Site Tracking" on Facebook, I'm getting a very long link like: [0=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQm0_XpeFu6uqxnV147PjmDPArCU4fCaydKmZ6_0BAp3j7mfUtGQhNPJQKsjPAK1sN0M7CjPgKHhIlL7_Mb2poXSVjQwF_nMhqHO7Xc_XTtdLQw9hxaPV5qUcKm8rbrWus&__tn__=%2CO%2CP-R https://www.facebook.com/PilsetaCilvekiem/posts/pfbid0EqFQ5TwTkHeowowTc7ArY8T7ATCjxXvWiUzXJeDxCjCcQHFwt4h8PK9eJaEiaYiml?__cft__[0]=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQm0_XpeFu6uqxnV147PjmDPArCU4fCaydKmZ6_0BAp3j7mfUtGQhNPJQKsjPAK1sN0M7CjPgKHhIlL7_Mb2poXSVjQwF_nMhqHO7Xc_XTtdLQw9hxaPV5qUcKm8rbrWus&__tn__=%2CO%2CP-R].

Would it be possible to remove URL parameters "__cft__[0]" and "__tn__"? Because https://www.facebook.com/PilsetaCilvekiem/posts/pfbid0EqFQ5TwTkHeowowTc7ArY8T7ATCjxXvWiUzXJeDxCjCcQHFwt4h8PK9eJaEiaYiml opens the same post.

Asked by mihails.simvulidi 1 year ago

Answered by zeroknight 1 year ago

  • حُلّت
  • المُؤرشفة

typing lag in large text input fields

Above 70-75k characters, text input fields on any site have a ton of input lag -- like, I have to wait 10s after I type a sentence for the sentence to finish slowly updat… (read more)

Above 70-75k characters, text input fields on any site have a ton of input lag -- like, I have to wait 10s after I type a sentence for the sentence to finish slowly updating letter by letter. I've tested across multiple sites, and in Private mode (to confirm it's not caused by extensions, none of which are allowed in Private mode).

I also tried setting `accessibility.force_disabled=1` as suggested here and here, but that didn't help (and yes, I restarted). Disabling hardware acceleration didn't help either.

Asked by npfoss 11 months ago

Answered by zeroknight 11 months ago

  • حُلّت
  • المُؤرشفة

How do I a bookmark export that includes folders?

To export my bookmarks => Bookmarks > Manage Bookmarks > Import and Backup > Export Bookmarks => results in bookmarks.HTML. Unfortunately that HTML does… (read more)

To export my bookmarks => Bookmarks > Manage Bookmarks > Import and Backup > Export Bookmarks => results in bookmarks.HTML.

Unfortunately that HTML does not include the "folders" in the bookmarks. For example I keep the forum folders (C# Corner folder, Mozilla folder, Microsoft Office folder, etc.) separate from other folders.

How do I a bookmark export that includes folders?

Asked by bhs67 12 months ago

Answered by cor-el 11 months ago

  • حُلّت
  • المُؤرشفة

Bookmarks Toolbar "Always Show" and "Only Show" setting is broken

I know how to set the Bookmarks Toolbar to Always show/Only show on new tab/Never show. I always want the Bookmarks Toolbar, and until recently the "Always Show" setting … (read more)

I know how to set the Bookmarks Toolbar to Always show/Only show on new tab/Never show. I always want the Bookmarks Toolbar, and until recently the "Always Show" setting worked. But it doesn't any more. (Firefox 123.0 64 bit)

Asked by sspickering1 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox Web Notifications are interrupting typing

I just recently had Firefox updated, and I'm already having problems regarding notifications. When a notification starts up while I'm typing, it takes me out of it and I … (read more)

I just recently had Firefox updated, and I'm already having problems regarding notifications. When a notification starts up while I'm typing, it takes me out of it and I have to click back in. I had to turn them off temporarily to avoid flow breaking. This never ever happened before the update as the notifs worked perfectly fine w/ no interrupting. I also noticed in the taskbar, each notification is treated like a new browser window for some reason. This may be related to my current issue.

Asked by DNanton98 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Youtube not showing the full bottom of the video

Sometimes when I go to click on songs on YouTube it doesn't show the whole bottom part of the video's screen. It has some of it but does not show the fullscreen mode opti… (read more)

Sometimes when I go to click on songs on YouTube it doesn't show the whole bottom part of the video's screen. It has some of it but does not show the fullscreen mode option to click on. When i open up Chrome it's fine. I'm using the newest update of Firefox.

Asked by Camisha Taylor 1 year ago

Answered by Camisha Taylor 1 year ago

  • حُلّت
  • المُؤرشفة

Home Page shortcuts

I set up my Home Page with 3 rows of my own shortcuts (sponsored shortcuts are turned off). All were pinned and alphabetized. If I go a couple hours without using Firefox… (read more)

I set up my Home Page with 3 rows of my own shortcuts (sponsored shortcuts are turned off). All were pinned and alphabetized. If I go a couple hours without using Firefox, about half of my shortcuts will have been replaced with others. None will be in order. Have tried setting up the Shortcuts several times, is really getting exasperating. Is there a simple fix in about:config?

Asked by dkxkee 1 year ago

Answered by dkxkee 1 year ago

  • حُلّت
  • المُؤرشفة

Caps lock problem

I am having a very frustrating problem that is driving me huts. Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a … (read more)

I am having a very frustrating problem that is driving me huts.

Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a little grey box I had never seen before appeared with a locked lock. Then when I hit caps locks again on my keyboard an unlocked locked appeared in the little grey box. But it stays in cap locks and no matter what I do it won't go back to lower case. And when I say nothing shuts it off I mean its doing that on every site I try to comment on. Shutting down the browser does not help. And the only way I can get caps lock off is to actually shut down my whole computer and basically start all over.

You community volunteers are the best and quickest help I can get so I went straight to you for help.

Asked by Homers24 10 months ago

Answered by Paul 10 months ago