Showing questions tagged: Show all questions
  • Archived

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… (read more)

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?

Asked by VZtXRbQfVD 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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

Asked by Francisco 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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 … (read more)

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

Asked by pdf51118 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

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… (read more)

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.

Asked by stevestrem 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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/ . … (read more)

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

Asked by SpyroTK 1 year ago

Last reply by ashkanimous 1 year ago

  • Archived

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/ … (read more)

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/

Asked by draaroncunningham 1 year ago

Last reply by Terry 1 year ago

  • Archived

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… (read more)

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]

Asked by scanland2 1 year ago

Last reply by Dropa 1 year ago

  • Archived

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… (read more)

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.

Asked by vandrer1 1 year ago

Last reply by Joergen 1 year ago

  • Archived

"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, … (read more)

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.

Asked by mtho2014 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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?

Asked by wybqogzigoxruxdhnp 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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?

Asked by goldsteinshifra 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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.

Asked by wolfskinn 1 year ago

Last reply by sea1jxr 1 year ago

  • Archived

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… (read more)

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?

Asked by snarkygecko 1 year ago

Last reply by James 1 year ago

  • Archived

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… (read more)

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

Asked by corneliu.lefter 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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.

Asked by funeeldy 1 year ago

Last reply by cor-el 1 year ago