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

firefox 110.0 does not run after update

The new Mozilla Firefox (version 110.0) does not run after update on my system. After run it shows the window, but this window doesn't respond. The clean installation (of… (閱讀更多)

The new Mozilla Firefox (version 110.0) does not run after update on my system. After run it shows the window, but this window doesn't respond. The clean installation (of course with profile folder erase) doesn't fix the problem. I have tried both x64 and x86 versions.

The previous version installation (109.0.1) works fine.

There are some screenshots included. I use Windows 7 on Ryzen 7 2700X processor. Could you please advice, what can be done here?

VZtXRbQfVD 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

The media could not be loaded

Keep having this issue problem with few website trying to visualize the fillm contents Specialy with WSL world surf league live videos Can i get any help from you to reso… (閱讀更多)

Keep having this issue problem with few website trying to visualize the fillm contents Specialy with WSL world surf league live videos Can i get any help from you to resove this? Regards

Francisco 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Command-Zoom Neccesary for Low Vision Accessibility

I have low vision and need the command-zoom feature to be restored to make FF accessible again. How do I do it? I really don't want to switch browsers. Thanks … (閱讀更多)

I have low vision and need the command-zoom feature to be restored to make FF accessible again. How do I do it? I really don't want to switch browsers.

Thanks

pdf51118 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 封存

Passwords disappeared after clicking "Refresh" button this morning

I clicked the "Refresh Firefox" button this morning and now all of the passwords on my desktop browser are gone. They are still available in the mobile browser. What happ… (閱讀更多)

I clicked the "Refresh Firefox" button this morning and now all of the passwords on my desktop browser are gone. They are still available in the mobile browser. What happened? How do I get them back. Using SYNC did nothing.

stevestrem 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Twitch website's broken any way to fix it?

Hello, Basically twitch website broke this morning as shown by someone here https://www.reddit.com/r/Twitch/comments/10z79y0/why_cant_i_claim_points_or_follow_anyone/ . … (閱讀更多)

Hello,

Basically twitch website broke this morning as shown by someone here https://www.reddit.com/r/Twitch/comments/10z79y0/why_cant_i_claim_points_or_follow_anyone/ . 
Would anyone know how to fix this problem? I have fixed some problems by editing the advanced firefox settings before but I did that by following a guide and I have to idea how to fix this.
Regards

SpyroTK 於 1 年前 詢問

ashkanimous 最近回覆於 1 年前

  • 封存

specific https website not loading

Hello, I can't seem to get this website working on firefox. It works on all other browsers. https://portal.avlbookings.justice.vic.gov.au/ … (閱讀更多)

Hello, I can't seem to get this website working on firefox. It works on all other browsers.

https://portal.avlbookings.justice.vic.gov.au/

draaroncunningham 於 1 年前 詢問

Terry 最近回覆於 1 年前

  • 封存

Log in and passwords

why, You are not saving all the log in and passwords lately. There are many that are missing in the list of save passwords. 2. Can you fix the slowness in my site and t… (閱讀更多)

why, You are not saving all the log in and passwords lately. There are many that are missing in the list of save passwords. 2. Can you fix the slowness in my site and the Firefox Crashes? Thanks Teresa Scanlan-- [email removed from public]

scanland2 於 1 年前 詢問

Dropa 最近回覆於 1 年前

  • 封存

eBoks problem in FF 110.0

Using MitID for eBoks results in an error. Using MitID for the bank goes fine. FF 109.0.1 does NOT have that problem! This problem is, most likely, seen in Denmark only… (閱讀更多)

Using MitID for eBoks results in an error. Using MitID for the bank goes fine.

FF 109.0.1 does NOT have that problem!

This problem is, most likely, seen in Denmark only, as MitID is a Danish security access.

vandrer1 於 1 年前 詢問

Joergen 最近回覆於 1 年前

  • 封存

"Open links in tabs instead of new windows" not working

I have "Open links in tabs instead of new windows" selected but links are still opening in the same tab. I understand not all websites support opening links in new tabs, … (閱讀更多)

I have "Open links in tabs instead of new windows" selected but links are still opening in the same tab. I understand not all websites support opening links in new tabs, but links that are from the search results used to always open in new tabs and now it's not working for some reason.

mtho2014 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Manage extension shortcuts in Firefox Mouse wheel/drag

Hi! I want to customize controls like explained here: https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox How do I bind mouse wheel up/down? Or ctr… (閱讀更多)

Hi!

I want to customize controls like explained here: https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox

How do I bind mouse wheel up/down? Or ctrl + mouse drag left for example?

wybqogzigoxruxdhnp 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Double Fs, "ff", do not show up on Firefox

Double Fs, "ff", do not show up on my Firefox browser. More specifically, on Greenhouse job applications. I believe I have seen it in other instances on Firefox, but most… (閱讀更多)

Double Fs, "ff", do not show up on my Firefox browser. More specifically, on Greenhouse job applications. I believe I have seen it in other instances on Firefox, but most notably on Greenhouse. Google seems to be fine. This website seems to be fine. I visited the same Greenhouse link on Chrome, and the "ff"s appeared. How do I fix this?

goldsteinshifra 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

Local storage event listener not working in Firefox

I have a sandbox iframe which is hosted by various websites. Lets assume that this iframe is loaded like this: <script src="https://example.com/wie.js"></script… (閱讀更多)

I have a sandbox iframe which is hosted by various websites. Lets assume that this iframe is loaded like this: <script src="https://example.com/wie.js"></script> I have already added 'allow-scripts allow-forms allow-modals allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-storage-access-by-user-activation' at sandbox. I also use document.requestStorageAccess() from inside the iframe and I set event listeners for the storage like this:

window.addEventListener('storage', onStorageFunc, false);. From the iframe a popup window is presented when user clicks a specific button and the popup opens at lets say at this url "https://paypal.com". After user navigation on popup, paypal at the end of the flow redirects user to this url "https://example.com/success". At this point when user is navigated to /success I add some data to local storage which I expect to trigger the storage event listener and the onStorageFunc to run. This doesn't happen, while in other browsers it works as expected.

Since both popup and iframe are under the same url (https://example.com) and I have used requestStorageAccess, I would expect this to work normally. Can you please help me to find out what is going wrong here? In the past I had the same problem but it was fixed when I added 'requestStorageAccess' and 'allow-storage-access-by-user-activation'. Now I can see it happening again.

wolfskinn 於 1 年前 詢問

sea1jxr 最近回覆於 1 年前

  • 封存

Firefox has upgraded in the background and needs to restart - I hate this

I am on Ubuntu 20.04.5 LTS and really dislike when Firefox updates and I am in the middle of some work and I get this "Firefox has upgraded in the background and needs to… (閱讀更多)

I am on Ubuntu 20.04.5 LTS and really dislike when Firefox updates and I am in the middle of some work and I get this "Firefox has upgraded in the background and needs to restart".

I enjoy my privacy, so I start my browser with the "Delete cookies and site data when firefox closes" and "Always use private mode" set. This means when the browser restarts, everything is gone.

Why can't this be disabled? My laptop checks updates every day and I install them. Why can't I get a notification that an update is available so I can download and install at my choosing?

snarkygecko 於 1 年前 詢問

James 最近回覆於 1 年前

  • 封存

logins wiped from my account

Hello, While I was trying to sync the Firefox logins saved into my Firefox account to my a new iPhone Firefox installation: I've noticed the logins contained the URL… (閱讀更多)

Hello,

While I was trying to sync the Firefox logins saved into my Firefox account to my a new iPhone Firefox installation:

  1. I've noticed the logins contained the URLs only (i.e. - the account and password were empty)
  2. then I logged out from the firefox sync
  3. removed all the local logins (they were not containing any credentials) - while sync was not configured anymore
  4. Logged back in with sync, but this time while the almost all the logins got wiped out from my firefox account, including from the logged in and working devices.

Is it possible to restore these logins? This happened few weeks ago and the firefox versions were:

  • windows 109
  • iOS - latest version as of around two weeks ago as the firefox was getting installed from the Apple AppStore.

Looking forward to hearing from you. Thank you! Corneliu

corneliu.lefter 於 1 年前 詢問

cor-el 最近回覆於 1 年前

  • 封存

file renamed from .loa to .mp3

we have a file named file.loa in a repo/website. When we download the file in firefox, it gets downloaded as file.mp3. If I download the same file in Chrome, it gets do… (閱讀更多)

we have a file named file.loa in a repo/website. When we download the file in firefox, it gets downloaded as file.mp3. If I download the same file in Chrome, it gets downloaded as file.loa. What is making firefox rename this file please? multiple people have been able to reproduce this weird behavior.

funeeldy 於 1 年前 詢問

cor-el 最近回覆於 1 年前