Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

Causing game lag

Hi, I'm writing this because this problem is very frustrating. Quite frequently my games (e.g. Valorant, Overwatch) will start lagging if I have Firefox open in the backg… (xem thêm)

Hi, I'm writing this because this problem is very frustrating. Quite frequently my games (e.g. Valorant, Overwatch) will start lagging if I have Firefox open in the background. To fix this, I have to close and reopen Firefox. Sometimes, I would open a tab while gaming and that would also cause the game to lag.

In game, the ping starts at the normal level then rises before falling back down to normal.

Are there any solutions?

Regards Thomas

Được hỏi bởi thy128 4 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 4 tháng trước

Global PC Audio Being Reset to 50%

Hello, I've had this issue for quite some time. Whenever I'm using the Firefox browser and it is the front focused window, Windows changes my audio volume to 50% whethe… (xem thêm)

Hello,

I've had this issue for quite some time. Whenever I'm using the Firefox browser and it is the front focused window, Windows changes my audio volume to 50% whether I have it set manually below or above that. Whenever I move focus/minimize the Firefox browser, the volume goes back to my manually selected volume globally for my PC. This doesn't happen with any other application.

I've unchecked the option on all audio outputs "Allow Applications To Take Exclusive Control Of This Device" located by right clicking "sounds" on the speaker system tray then "playback" and "advanced". Which didn't fix the problem.

Được hỏi bởi maxfisher925 4 tháng trước

Lần cuối trả lời bởi cor-el 2 tuần trước

non-printable characters in displayed text

I have been using the coderanch.com website for more than a decade and most of the postings include listings of source code which I was (past tense) able to cut a paste i… (xem thêm)

I have been using the coderanch.com website for more than a decade and most of the postings include listings of source code which I was (past tense) able to cut a paste into my own development environment. With the latest version (107) of Firefox this has broken, the document now gets numerous non-printable characters (decimal 160) for the leading indents of the code. I'm assuming they are being somehow substituted for the tab character.

Here's an example

https://coderanch.com/t/755856/certification/Questions-errata-Sybex-OCP-Study

I went back to version 105 and the problem went away. Also Chrome does not have this problem.

Please fix soon as it is impacting my ability to help others on the coderanch site.

Được hỏi bởi Carey 3 tháng trước

Lần cuối trả lời bởi cor-el 3 tháng trước

lost my tabs from the previous section again. I've read many solutions but still can't figure it out.

I lost my tabs from the previous section again. I've read many solutions but still can't figure it out. It's not as simple as restore since not there and not even greyed … (xem thêm)

I lost my tabs from the previous section again. I've read many solutions but still can't figure it out. It's not as simple as restore since not there and not even greyed out. I've gone into the file and tried to tweak it. I really like to know a simple way to find out especially where it says my information may be synced with other devices and I'm not sure how to even check that because when I went to look it wasn't clear to me either. I'd like to know how to restore my previous session and if I can't I would like to at least know that I'm synced to other devices and how to find the information there and how to restore it again when it happens the next time since it's happened to me so many times over the years

Được hỏi bởi wdkwild 4 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 3 tuần trước

How to put my bookmarks in a toolbar on the left side of screen

I have tried to figure this out on my own, with no success. Can you send me step by step instructions on how to move my bookmarks to the side of my browser screen. Right … (xem thêm)

I have tried to figure this out on my own, with no success. Can you send me step by step instructions on how to move my bookmarks to the side of my browser screen. Right now they go across the top of the screen. Thanks!

Được hỏi bởi Mgateslucky 5 tháng trước

Lần cuối trả lời bởi Terry 3 tuần trước

Toolbars are tough to access when the "Hide Toolbars" option is selected on a Macbook Pro - Mac OS ventura, Monterey

Hello Team Mozilla, I have been a user of firefox since a lot of time. I purchased a Macbook Pro M1 Pro 14 inch. Since I purchased a smaller screen model, I wanted to ef… (xem thêm)

Hello Team Mozilla,

I have been a user of firefox since a lot of time. I purchased a Macbook Pro M1 Pro 14 inch. Since I purchased a smaller screen model, I wanted to efficiently use the screen space available. I have tested Safari, Firefox, Chrome and Brave. I am glad that only and only Firefox provides a Hide toolbar option which other browsers are not offering. It is a game changer for a 14 inch macbook pro as it offers maximum utilization of the space. For that I applaud Firefox.

But the accessibility of tabs takes a serious hit when I enable the option. The place where the mouse pointer has to be for the toolbar to unhide is quite literally a line. Anywhere above or below it will not show the toolbar. if we go too far, the MAC OS close,minimize window option come up. For the toolbars to show up one has to just touch the menubar of MacOS. While switching tabs its a real pain. I have to pause and look at the pointer and slowly move my mouse to touch the menubar at the right speed.

Please please please do something about this. Firefox is providing the best utilization of space for a Macbook Pro. I do not know if the Firefox team is aware of this, but its brilliant. But the toolbar accessibility makes the feature unusable. It would be great if we could access the toolbar easily for tab switching.

Được hỏi bởi bbharavi 4 tháng trước

Lần cuối trả lời bởi jerome22 3 tuần trước

Scrolling

The scrolling functionality in Firefox on my mouse has suddenly stopped working - please help. Does not scroll down the bookmarks pane. Webpage scroll bar on right of scr… (xem thêm)

The scrolling functionality in Firefox on my mouse has suddenly stopped working - please help. Does not scroll down the bookmarks pane. Webpage scroll bar on right of screen won't work with my mouse, must be dragged down or up the page using cursor.

Được hỏi bởi martin.birch 4 tháng trước

Lần cuối trả lời bởi James 3 tuần trước

  • Đã giải quyết

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (xem thêm)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Được hỏi bởi peter596 4 tháng trước

Được trả lời bởi cor-el 1 tháng trước

Firefox Crashing Multiple TImes a Day

I'm not entirely sure what happened but I know earlier this year in as recent as July Firefox was working fine. I don't know if it was an update or what it was but now Fi… (xem thêm)

I'm not entirely sure what happened but I know earlier this year in as recent as July Firefox was working fine. I don't know if it was an update or what it was but now Firefox is consistently crashing multiple times a day.

There's never an error code but one of a few things happens:

  • The entire application will freeze and not let me control Firefox at all. I need to launch Task Manager to close the browser and then sometimes reset my computer to ensure it doesn't happen again.
  • With the most recent update, some of my emails on GMail (not all just some random ones) will not load in any capacity.
  • The browser will flicker white and will hide the top bar of the application so I can't close it without task manager.
  • The application will slow down and then crash with a "Do you want to send this report to Mozilla?" and I always click yes.

I have tried disabling and removing all extensions, I've tried firewall stuff, I've tried everything I can find but the browser is only getting worse in my experience. With this last update everything loads a few seconds slower than usual as well.

Is there a solution I am missing or am I doing something wrong? I am very very close to switching browsers but I'd rather not if there is a fix.

Được hỏi bởi beaven603 4 tháng trước

Lần cuối trả lời bởi beaven603 1 tháng trước

will not print--just rotates forever with no action to print, just spins and spins

is there someone who can answer a simple question that I know other people are having? Why is it impossible to print an article from the internet? When I hit print, "pr… (xem thêm)

is there someone who can answer a simple question that I know other people are having? Why is it impossible to print an article from the internet? When I hit print, "print preview" comes on and the little spinning doohickie just goes round and round. Is there no one who can tell us how to stop this and print a simple article? It's like Biden, it just spins and spins and does nothing.

Được hỏi bởi rhnunn 4 tháng trước

Lần cuối trả lời bởi JeffBr 1 tháng trước

robo Form Extension needs to be added to my firefox brower so Roboforms will work

I opened an account with roboforms yesterday to store my passwords. They say the extension I first installed is not working, tried to uninstall & reinstall but no lon… (xem thêm)

I opened an account with roboforms yesterday to store my passwords. They say the extension I first installed is not working, tried to uninstall & reinstall but no longer have the link to do that.

thank you, I am new to all of this & find it a nightmare to deal with.

nancy

Được hỏi bởi nancy3116 4 tháng trước

Lần cuối trả lời bởi Jim McCain 1 tháng trước

Random closing of Yahoo site after downloading any file

Recently Firefox is randomly closing automatically after downloading a file from Yahoo business mail. This happens only with Yahoo business mail and not with other websit… (xem thêm)

Recently Firefox is randomly closing automatically after downloading a file from Yahoo business mail. This happens only with Yahoo business mail and not with other websites. So, when downloading a file from other websites (gmail, etc.) everything is O.K. This happened recently when Yahoo updated its software. Also, happens only with Firefox

Được hỏi bởi cs_surveyor 4 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 tháng trước

Firefox is causing a black screen

I'm using a new PC with Windows 11. I downloaded Firefox. When browsing in Firefox it has several times caused the whole screen to go black, and the only way to get bac… (xem thêm)

I'm using a new PC with Windows 11. I downloaded Firefox. When browsing in Firefox it has several times caused the whole screen to go black, and the only way to get back is to turn off and turn on again. Even then the Firefox page sometimes comes up again and I have to be quick to tap the X on top right to shut it down - or the whole screen goes black again! Then when I restart Firefox it re-loads the page, so I have to quickly exit before it happens again. So this morning when it happened I just did a full restart of the PC. Then I transferred all my tabs and other info to Edge, and will use that from now on.

What is new that is causing Firefox to do this?

I imagine I could also use Chrome, haven't tried that yet.

Được hỏi bởi hcleasby 5 tháng trước

Lần cuối trả lời bởi hcleasby 1 tháng trước

Firefox randomly restarts, logs me out of everything

AFter my last update to firefox, randomly it will close and reopen but when it does im suddenly signed out of all my accounts. gmail, youtube, etc. I have cookies and spe… (xem thêm)

AFter my last update to firefox, randomly it will close and reopen but when it does im suddenly signed out of all my accounts. gmail, youtube, etc. I have cookies and special cookies saved, im not in private browsing, and when i close the window normally it saves all my sign ins. It never use to do this until recently.

Help?

Được hỏi bởi limehusky 5 tháng trước

Lần cuối trả lời bởi Dropa 1 tháng trước

Recovering an old developer account

Hi all, I used to have an old developer account, and I’ve just realised it’s now gone. It’s not super valuable, but I’m still curious if it’s possible to recover it and … (xem thêm)

Hi all,

I used to have an old developer account, and I’ve just realised it’s now gone. It’s not super valuable, but I’m still curious if it’s possible to recover it and merge it with my current Firefox account.

Thanks!

Được hỏi bởi Andrej Shadura 2 tháng trước

Lần cuối trả lời bởi Paul 2 tháng trước