顯示下列標籤的問題: 顯示所有問題

No response on my bugs.

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly… (閱讀更多)

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly then(almost 6 months), so is it the way bugs are handled?, like they take long time to address( just asking as I though the process to be relatively fast) or is it something that I might be doing wrong in reporting a bug. I searched online and have been looking at assigning the bug( what I understood). So, how to do it if there exists something like assigning and will it increase the movement on my bugs??

Bhaumik Tripathi 於 1 週前 詢問

jonzn4SUSE 最近回覆於 1 週前

  • 封存

Print preview button is missing with Firefox again.

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method do… (閱讀更多)

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method does not work trying to get print preview back. Firefox is my web browser. I am in windows 8.1. Seems like Firefox did some updates again and now I can not get print preview back! WHY DOES NOT FIREFOX LEAVE WILL ENOUGH ALONE WHEN THEY HAVE SOMETHING GOOD? Bring back the old classic print preview button back and leave it. Now how can I get the old print preview button back???? Need help!! Thanks philm

marschall3 於 2 年前 詢問

paul921 最近回覆於 2 年前

  • 封存

Download Helper not downloading from Youtube

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. … (閱讀更多)

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. When I click again, then click on the blue 1 to watch the download. Nothing happens. The window just sits there and states 'downloading', but it does not happen. This happened last year and you managed to fix it; now Youtube seem to have blocked downloading again. Geoffrey D Dean, Australia.

Geoffrey D Dean 於 11 個月前 詢問

James 最近回覆於 10 個月前

  • 封存

Restore Previous Session

I'm using Firefox 104.0.2 (64 bit) under Windows 11. Under Settings I have selected Startup Open Previous Windows and Tabs. I normally have more than a dozen tabs. For… (閱讀更多)

I'm using Firefox 104.0.2 (64 bit) under Windows 11.

Under Settings I have selected Startup Open Previous Windows and Tabs.

I normally have more than a dozen tabs.

For the past few days, when I start Firefox my previous session is not restored and I just get the single Firefox tab.

When I got to History there is no longer a Restore Previous Session option.

How do I get it back?

Thanks

Ward Saylor

lbjes 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

problems after cleared cookies & cached

I got an error message when playing a movie that said clear cookies & cache so I did that. The movie played after I did that. Now today I opened a weather link and wh… (閱讀更多)

I got an error message when playing a movie that said clear cookies & cache so I did that. The movie played after I did that. Now today I opened a weather link and when I clicked on precipitation it didn't work. I clicked on a One Tab link to youtube and it opened youtube home page, not the specific link with all my history and feed lost. And some youtube videos would not play. I tried to open my Outlook email from one tab, but I just got outlook and had to re-sign in. And then I could not open an email. I had to switch to chrome to open the email. I tried to use trouble shoot safe mode. I was able to play a youtube video, but my extensions were then unavailable in safe mode, so no one tab. I am 75 and not very computer proficient, and I am afraid I will make things worse because I cannot predict the outcome of the steps offered. Mozilla/Firefox updates automatically, so I have the latest version of that and I have macOS Catilina version 10.15.5 Is there anyway to undo this mess? I need help at the most basic possible level. Can the clear cookies & cache be undone? Is my youtube history & feed able to be restored some how? Help please!!!

corinnesmom 於 9 個月前 詢問

gaylordbales624 最近回覆於 4 個月前

  • 封存

How do I completely turn off translation?

I cannot find an option in the settings to completely turn off translations. I vastly prefer English, Dutch, German, French, Italian, Spanish and Portuguese websites in t… (閱讀更多)

I cannot find an option in the settings to completely turn off translations. I vastly prefer English, Dutch, German, French, Italian, Spanish and Portuguese websites in their original language simply because I can read them and translated versions always have issues. But now firefox (I am on version 119, windows) continues checking (and asking for each language) wether I want something translated. How can I turn translations off completely?

Niels 於 6 個月前 詢問

belzen.b 最近回覆於 1 個月前

  • 封存

Nuisance Error Message

My experience of using Firefox's browser is severely impaired by the error message, 'safe connection failed', preventing me access to secure sites, such as my local car b… (閱讀更多)

My experience of using Firefox's browser is severely impaired by the error message, 'safe connection failed', preventing me access to secure sites, such as my local car boot sale's web site to check out whether or not it will be on, or cancelled due to bad weather. That seemingly fabricated error message and iniquitous is a nuisance and discouraging.

vs1956 於 11 個月前 詢問

Paul 最近回覆於 11 個月前

  • 封存

Firefox will not open local files

A Windows 7 computer, on being restarted from an overnight rest will nor open local files but will open URL referenced files. All Firefox Extensions have been removed. Th… (閱讀更多)

A Windows 7 computer, on being restarted from an overnight rest will nor open local files but will open URL referenced files. All Firefox Extensions have been removed. There was no problem before the computer was turned off. This computer can also open in Windows XP. It performs well in XP.

Stanley J 於 12 個月前 詢問

bfh47 最近回覆於 12 個月前

  • 封存

Getting error while trying to launch firefox in Linux systems through selenium webdriver in a specific language

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as be… (閱讀更多)

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as below: FirefoxOptions firefoxOptions = new FirefoxOptions(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "<language_code>"); firefoxOptions.setProfile(firefoxProfile); firefoxOptions.setHeadless(isHeadless); driver = new FirefoxDriver(firefoxOptions);

I am getting the below error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")

Additional details: OS: Linux Firefox version: 91.11.0 Gecko driver version: 0.31.0 Selenium version: 4.1.4


Kindly help.

anupamsrivastav0 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

How can I add a picture

I would like to add different pictures to the Fire Fox Home page from time to time. How can I add a picture to the home screen? I am switching from Google Chrome because … (閱讀更多)

I would like to add different pictures to the Fire Fox Home page from time to time. How can I add a picture to the home screen? I am switching from Google Chrome because Google is no longer supporting Windows 7 Pro 64 byte.

rdg_tech 於 1 年前 詢問

TyDraniu 最近回覆於 1 年前

  • 封存

Block email spam

I have 2 yahoo email accounts. 1 on Chrome & "block Spam" works but on FF it does not. The same fake emails keep coming back and I can't add a screenshot to this. … (閱讀更多)

I have 2 yahoo email accounts. 1 on Chrome & "block Spam" works but on FF it does not. The same fake emails keep coming back and I can't add a screenshot to this.

dorierez@yahoo.com 於 1 年前 詢問

stevieboymelroseclass1963 最近回覆於 1 年前