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

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 於 3 天前 詢問

jonzn4SUSE 最近回覆於 3 天前

  • 封存

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 年前

  • 封存

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 年前

  • 封存

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 個月前

  • 封存

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 最近回覆於 3 週前

  • 封存

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 個月前

Firefox (Latest Version - 119.0.1, 64 bit) Mac - ONLY works in Troubleshoot Mode

I've tried deleting all history, cache settings. Deleting and reinstalling Firefox. Backing up existing profiles and restarting. NOTHING except starting in Troubleshoo… (閱讀更多)

I've tried deleting all history, cache settings. Deleting and reinstalling Firefox. Backing up existing profiles and restarting. NOTHING except starting in Troubleshoot (Safe) mode makes a difference:

fewerjunk junk 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前

403 Error messages when trying to access British Airways website

I keep getting a 403 error message when trying to access the British Airways website. This is the first time I have encountered this, although it is perhaps 3 years sinc… (閱讀更多)

I keep getting a 403 error message when trying to access the British Airways website. This is the first time I have encountered this, although it is perhaps 3 years since I last flew BA. I have cleared my cache and cookies. I have also tried to access the same ba.com site using Edge - with the same error message. This suggests that the problem may lie with BA. However, they have no technical support that I can reach. So I do not know what to do next. I use Kaspersky anti-virus and Malwarebytes to screen for malware. Really hope you can help solve this problem. Many thanks in advance, Ian Robinson

rainboum 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

  • 封存

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 年前

  • 封存

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 年前

  • 封存

I want to create a website extension can you please guide me the process

Hi, my site is Enrgtech and we are decided in last meeting to create a Mozilla Firefox extension. As we know, it is a big task, but can you please guide us or refer us an… (閱讀更多)

Hi, my site is Enrgtech and we are decided in last meeting to create a Mozilla Firefox extension. As we know, it is a big task, but can you please guide us or refer us any of the best developer. we want the following function in the extension.

  • This should automate coupons applied on our website
  • We want our customers to save the webpage and revisit it again.

.* It also stores the cache in the website

b.fadi 於 1 年前 詢問

TyDraniu 最近回覆於 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 年前

  • 封存

videos not playing

This is a recent problem, videos don't play after an update to Firefox 107, I've checked and unchecked hardware acceleration, and turned off add-ons. Everything plays fin… (閱讀更多)

This is a recent problem, videos don't play after an update to Firefox 107, I've checked and unchecked hardware acceleration, and turned off add-ons. Everything plays fine in edge!! What else can I try

dave 於 1 年前 詢問

cor-el 最近回覆於 1 年前