태그된 질문 보이기: 모든 질문 보이기

Youtube not showing full video title when hovering if tab is not focused

While hovering over a Youtube video it shows the full video title as "hover text" if the tab is focused. However, if something else, even another Firefox window is focuse… (자세히 살펴보기)

While hovering over a Youtube video it shows the full video title as "hover text" if the tab is focused. However, if something else, even another Firefox window is focused hovering no longer shows anything. Is there some kind of setting to change that? I figured it could be browser and Youtube specific because Chrome shows it on Youtube even when not focused, but neither browser shows it on Google search for example, but I'm not sure.

2개월 전에 tomipir2000님이 질문

1주 전에 cor-el님이 마지막 답변

Disqus Comments doesn't load if Browser Privacy set to Strict

TL;DR : Disqus comments used to work while using privacy Strict mode now it doesn't. After years of it working out of the get-go while using Strict mode up till rec… (자세히 살펴보기)

TL;DR : Disqus comments used to work while using privacy Strict mode now it doesn't.

After years of it working out of the get-go while using Strict mode up till recently (about a year ago this was really low on my priority list) refused to work I though it was my Ad blocker was causing issues but after setting it in the filters to allow and even after turning it off still no dice.

Removed all add-ons tried again still Disqus comment section refused to load in the websites I regularly visit. So after giving up, I just look around in the browser setting to see if there is anything that may cause conflict with certain scripts from running.

3개월 전에 ianjay.tt님이 질문

1주 전에 skierpage님이 마지막 답변

error message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com websi… (자세히 살펴보기)

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com website. I have done a search on the internet and it seems this is a common problem with Firefox and does not affect othere browesers. I have done what was advice given online but it does not solve the problem. It is getting so bad I may have to start using one of the other browsers even though I prefare Firefox.

3개월 전에 Brian Beesley님이 질문

3주 전에 g.l.sanders님이 마지막 답변

Comments do not load

On a couple of sites (e.g. Petapixel) when I click "Load Comments", nothing happens. I suspect this may be because Firefox security is preventing comments from loading b… (자세히 살펴보기)

On a couple of sites (e.g. Petapixel) when I click "Load Comments", nothing happens. I suspect this may be because Firefox security is preventing comments from loading because of site tracking or other security issues. Is this the cause?

3개월 전에 dclark님이 질문

1개월 전에 jscher2000 - Support Volunteer님이 마지막 답변

Posting comments

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry … (자세히 살펴보기)

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry

3개월 전에 V G님이 질문

1개월 전에 jscher2000 - Support Volunteer님이 마지막 답변

Firefox randomly moves address bar suggestions around

Hi everyone, I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefo… (자세히 살펴보기)

Hi everyone,

I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefox started randomly moving these around so that the same letters that have always made it open the same URL now opens a different URL and I have to actually search the suggestions. How can this annoying behaviour be fixed?

(a few months ago, the address bar wouldn't delete entries, but this problem vanished as mysteriously as it appeared)

FF version 122.0.1 (64-bit), Windows 10

4개월 전에 agwien님이 질문

1개월 전에 jscher2000 - Support Volunteer님이 마지막 답변

FireFox homepage background image

Hello there, Iam facing a problem with changing Firefox homepage background. I tried every solution, tutorial, oldposts etc. nothing seems to work, here is what I tried. … (자세히 살펴보기)

Hello there, Iam facing a problem with changing Firefox homepage background. I tried every solution, tutorial, oldposts etc. nothing seems to work, here is what I tried. -1- The chrome folder is in the right folder. -2- the naming of both CSS files userChrome, userContent. -3- enabled CSS files at startup -4- search for both CSS files in the browser toolbox for some reason I cannot find both CSS files, even though they are in the chrome directory. Also, I have 2 chrome folders one of them is located here. "AppData\Roaming\Mozilla\Firefox\Profiles\shaf5qn0.default-release\storage\permanent\chrome" the other one I created myself which is here "AppData\Roaming\Mozilla\Firefox\Profiles\shaf5qn0.default-release\chrome" I tried to delete the first one but I cant, I get an error that this file is being used even though I did close Firefox. What I am missing here?

4개월 전에 Yassen Redwan님이 질문

1개월 전에 Agent virtuel님이 마지막 답변

Issue getting Firefox to launch for the first time, directly to a clicked link, without start page/default browser prompt

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction inst… (자세히 살펴보기)

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction install). We are using an Ansible playbook to copy over and unarchive the tarball, then create a firefox/distribution folder in the install directory and copying a profiles.json file to said folder, links the install directory to the /usr/bin/local directory, and setting firefox.desktop as the system default browser.

Using the instructions from: https://mozilla.github.io/policy-templates/

What we are hoping to accomplish is the user who has never launched Firefox will click on a link in an application, which will launch Firefox and go directly to the requested page. As it stands right now, the first time a user clicks the link, it launches firefox and shows a start page. The user must then close this window, and click the link again. This brings up a "Use Firefox as the default browser" prompt, which the user must accept, but then does not display the link. The third time the user clicks the link, the requested page pops up, and works from this time out.

We would like to have this be a one-click experience for the user. Looking at the options in about:config after getting firefox to launch, it appears firefox is not getting the options from the profiles.json file. Are we missing something about placement of this file? Missing some lines? Should we be using AutoConfig instead? Thank you for any assistance!

{

   "policies": {
       "Homepage": {
           "StartPage": "none"
       },
       "Preferences": {
           "browser.shell.checkDefaultBrowser": {
               "Value": false,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.shell.skipDefaultBrowserCheckOnFirstRun": {
               "Value": true,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.startup.homepage_override.mstone": {
               "Value": "ignore",
               "Status": "default",
               "Type": "string"
           }
       },
       "PopupBlocking": {
           "Default": false
       },
       "DontCheckDefaultBrowser": true,
       "OverrideFirstRunPage": "",
       "OverridePostUpdatePage": ""
   }

}

1개월 전에 JuniorDevOps님이 질문

1개월 전에 Mike Kaply님이 마지막 답변

Blocked pages

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had … (자세히 살펴보기)

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had to use Microsoft Edge to access the page to change my information. Can you please assist?

4개월 전에 Neil님이 질문

1개월 전에 jonzn4SUSE님이 마지막 답변

can't upload attachments

I am no longer able to add attachments to gmail or upload images or attachments to websites. When I click on the attachment icon or upload button, my finder window does n… (자세히 살펴보기)

I am no longer able to add attachments to gmail or upload images or attachments to websites. When I click on the attachment icon or upload button, my finder window does not open. However, it works in other browsers. How can I fix this?

4개월 전에 core.empowerment님이 질문

1개월 전에 zeroknight님이 마지막 답변

How to enable closing tabs in order of appearance to avoid jumping around

Today when I close many tabs using control w firefox seems to randomly jump around when choosing which next tab to close I wish to have firefox always close the adjac… (자세히 살펴보기)

Today when I close many tabs using control w firefox seems to randomly jump around when choosing which next tab to close

I wish to have firefox always close the adjacent tab to the tab I just closed

This should be the default behavior ... I do not see any setting for this ... is there an addon to do this ?

I am using the latest firefox on ubuntu

      • UPDATE*** below answer for setting `browser.tabs.selectOwnerOnClose` has no impact on this

5개월 전에 EventHorizon님이 질문

5개월 전에 James님이 마지막 답변

Why can't Firefox copy text anymore?

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using ver… (자세히 살펴보기)

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using version 1.22 64 bit on windows 11. I've reinstalled Firefox but it doesn't make a difference. I've tried "Troubleshoot Mode" and it's still broken!!!

I can paste into Firefox but something has broken copy!

4개월 전에 FirefoxUser73님이 질문

2개월 전에 zeroknight님이 마지막 답변

Control key and Shift key triggers some weird deleting symptom

How to reproduce the bug: Jump to the address bar, and then press shift, ctrol, alt or windows_start, you can see the address getting deleted. You can also see it in Goog… (자세히 살펴보기)

How to reproduce the bug: Jump to the address bar, and then press shift, ctrol, alt or windows_start, you can see the address getting deleted. You can also see it in Google Sheets and Microsoft Excel Online, it just deletes the cell, or a selection of multiple cells. --Interestingly on Google Docs it doesn't delete but just move the cursor to the first character when a string is selected.

 It happens only once per mouse click, or focus change

What I expect: Shift, Control or any mod key should not delete content or move a cursor

Thanks!

4개월 전에 Gunwoo Gim님이 질문

2개월 전에 zeroknight님이 마지막 답변

Hold-Key-To_Repeat function (and other keyboard oddities) in Gmail and Discover.com

When composing emails in Gmail holding down a (any) key does not activate key repeating. Also, the there are irregularities when using discover.com in Ver. 124. When edi… (자세히 살펴보기)

When composing emails in Gmail holding down a (any) key does not activate key repeating.

Also, the there are irregularities when using discover.com in Ver. 124. When editing my customer profile, keystrokes are not recognized. Nothing happens when typing. I also had difficulty signing-in; this may be coincidental.

Things tried: (1) A different keyboard. Same results. (2) Firefox version 122. The key repeat function worked in Gmail. I could edit my profile at discover.com. (3) Uninstalled and reinstalled ver. 124. All problems persisted. (4) Ran Ver. 124 in troubleshooting mode. All problems persisted. (5) Launched newly downloaded versions of both 122 and 124 (from command line) and ran them simultaneously. The problems persisted in 124 (troubleshooting mode), but 122 worked well. I used two different keyboards with no difference noticed. (6) Downloaded and ran Chromium. All worked well.

2개월 전에 H P Ladds님이 질문

2개월 전에 Terrance_h님이 마지막 답변

Norton Safe Search

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them… (자세히 살펴보기)

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them but not Norton Safe Search although I have been able to add it to the toolbar. Why is it no longer one of the options?

2개월 전에 ju.col님이 질문

2개월 전에 jscher2000 - Support Volunteer님이 마지막 답변