Usernames not available on pre-login forms

Recently many sites have (for reasons I cannot fathom) introduced a pre-login form: ie a form that requires a username to be entered before an password text box is provid… (lexoni më tepër)

Recently many sites have (for reasons I cannot fathom) introduced a pre-login form: ie a form that requires a username to be entered before an password text box is provided. This seems to be a trend and it is incredibly annoying.

The issue I have is that FF does not recognise the page/form as a login page and therefore does not provide a list of usernames for the domain in question.

Any advice or help would be very much appreciated.

Pyetur nga Craig Whittaker 6 ditë më parë

Përgjigja e fundit nga Craig Whittaker 3 minuta më parë

Word suggestions text input

Hi, I want to know how to stop word prediction in text input boxes. I can't see the word I am typing with it in the way. I do my own spell checking and seeing the word I'… (lexoni më tepër)

Hi, I want to know how to stop word prediction in text input boxes. I can't see the word I am typing with it in the way. I do my own spell checking and seeing the word I'm typing is required. I don't use any word prediction suggestions anyway. I am not so lazy or incompetent that I don't actually use my keyboard for typing and I absolutely have to see what I'm typing as I am doing so. I've looked all through the settings in Firefox settings and did a search to see if it was something Windows related and also did a search here which only came up with 1 result which was unrelated. Thanks for any help on this.

Pyetur nga Ray Dunne 9 minuta më parë

Did the letterboxing dimensions change with FF 133.0?

It certainly appears they have, with the left and right padding growing wider. In fact, they both look about twice the size of the top and bottom padding, whereas before… (lexoni më tepër)

It certainly appears they have, with the left and right padding growing wider. In fact, they both look about twice the size of the top and bottom padding, whereas before I remember them as being about equal. The change was immediately apparent with my home page!

Any particular reason for this?

Pyetur nga E.C. Marm 26 minuta më parë

Përgjigja e fundit nga E.C. Marm 11 minuta më parë

Firefox Stops Working with JavaScript Links

Hi, The newest Firefox has an issue with properly parsing the javascript links in the ACS research journal articles. In these research articles, citations are clickable … (lexoni më tepër)

Hi,

The newest Firefox has an issue with properly parsing the javascript links in the ACS research journal articles. In these research articles, citations are clickable numbers in parenthesis. Clicking on them leads to a pop-up frame that gives detailed reference article information.

However, with the latest version of Firefox these citation links will only respond properly to the first click ever on the page. After you close the pop-up frame, any subsequent clicks on any of these links will have no response.

I attach an example article below. This bug has been repeated under Trouble Shoot Mode and I do not encounter the same issue with Chrome brower. https://pubs.acs.org/doi/10.1021/jacsau.2c00048

Pyetur nga SSSea 2 javë më parë

Përgjigja e fundit nga SSSea 36 minuta më parë

videos posted in google chat won't play

When I access chat.google.com and attempt to play a video that is uploaded to chat, it will not play. The built in player opens with a red play button but clicked it does… (lexoni më tepër)

When I access chat.google.com and attempt to play a video that is uploaded to chat, it will not play. The built in player opens with a red play button but clicked it does nothing. These videos used to work up until sometime earlier this year. Most of the videos are uploads from someone's phone and they appear to be mp4. I've tried private windows, removing firefox along with all program data and profiles and starting with a clean slate with no luck. Other browsers play the videos fine, just not firefox. Attempting to play videos that used to work no longer work. Suggestions?

Pyetur nga zookybear 1 muaj më parë

Përgjigja e fundit nga zookybear 44 minuta më parë

Profile picture is small

The profile picture is a bit small. There is space around the picture in the button. It's a bit weird. How can I make it for fit?

Pyetur nga nauq302 59 minuta më parë

Disable white flash when loading page

Firefox flashes a white screen when loading a new page. This is a known issue. Is there a way to make it stop? I see numerous people looking for answers (on mozilla, on … (lexoni më tepër)

Firefox flashes a white screen when loading a new page. This is a known issue. Is there a way to make it stop?

I see numerous people looking for answers (on mozilla, on stackoverflow, on superuser, on reddit, and on mozillazine), and I see no answers that work.

Is there a solution that works?

Does anyone know why Mozilla programs this in? (Is there a way to ask Mozilla directly?)

Firefox has been the only browser for me over the years, allowing customizations that free me from the frustrations of Chrome, Safari, et al. But why this flashbang, as kartana put it on reddit?

Pyetur nga bbcc 16 orë më parë

Përgjigja e fundit nga bbcc 1 orë më parë

How to disable Firefox Review Checker?

I have read elsewhere here in the Support Forum that "browser.shopping.experience2023 prefs" in about:config allow for the disabling of Firefox Review Checker. Alas, the… (lexoni më tepër)

I have read elsewhere here in the Support Forum that "browser.shopping.experience2023 prefs" in about:config allow for the disabling of Firefox Review Checker. Alas, there are quite a few of them there! What specific preferences -- and what specific values thereof -- are required to disable the Review Checker in FF 133.0?

I will add that it would be terrific if one could accomplish the same goal via FF Settings.

Pyetur nga E.C. Marm 1 orë më parë

Problem with password when signing in to strava account

Hi, I have problems signing into my Strava account on laptop since last FF update. If the strava logon fields are populated from the password manager then it says user n… (lexoni më tepër)

Hi,

I have problems signing into my Strava account on laptop since last FF update. If the strava logon fields are populated from the password manager then it says user name and password don't match. If I delete password from FF password manager refresh and type in the details it lets me in. If I then save the password it won't, and I have to delete it from password manager again. Everything worked fine as usual yesterday. Is this a fault with the update?

Thanks Tim P

Pyetur nga Tim 1 orë më parë

gestion des mots de passe

Je viens de constater que j'ai perdu les deux tiers de mes mots de passe dans la rubrique : Synchroniser et enregistrer les données. Comment puis-je les récupérer? M… (lexoni më tepër)

Je viens de constater que j'ai perdu les deux tiers de mes mots de passe dans la rubrique : Synchroniser et enregistrer les données. Comment puis-je les récupérer? Merci de votre aide.

Pyetur nga da.gordon 1 orë më parë

POST Fetch with timeout in URL Loops Requests 10 times

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be … (lexoni më tepër)

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be proxied at the timeout interval ten times. In this example, every ten seconds it will reattempt for ten attempts.

If I run the same code in another browser's console, it is only executed once.

I am suspecting that there is some pre-parsing of the URL that is occurring that is making this happen.

Fetch Command: ``` await fetch("http://localhost:8080/config?timeout=10", {

   "credentials": "omit",
   "headers": {
       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
       "Accept": "application/json",
       "Accept-Language": "en-US,en;q=0.5",
       "Content-Type": "application/json",
       "Sec-Fetch-Dest": "empty",
       "Sec-Fetch-Mode": "cors",
       "Sec-Fetch-Site": "same-origin",
       "Priority": "u=0",

"Timeout": 40

   },
   "referrer": "http://localhost:8080/swagger/index.html?config=/config/swagger",
   "method": "POST",
   "mode": "cors"

}); ```

In the POST API, there is a 30 second sleep, then it raises a 408 error code.

Environment: Firefox 132.0.2 (64-bit) Windows 10

Pyetur nga Gene Burch 21 orë më parë

Përgjigja e fundit nga Gene Burch 1 orë më parë

Netflix does not work

Netflix says I need the the latest version of firefox. At the top of the screen it says "Firefox is installing components needed to play the audio or video on this page. … (lexoni më tepër)

Netflix says I need the the latest version of firefox. At the top of the screen it says "Firefox is installing components needed to play the audio or video on this page. Please try again later"

As far as I can tell nothing is installing and I need to actually do something to resolve this issue. Unfortunately I don't know what. Please help me resolve this issue.

Pyetur nga Boklasarmarkus 3 orë më parë

Përgjigja e fundit nga Boklasarmarkus 2 orë më parë

Slow loading speed for my local uTorrent GUI

I've noticed since a few upgraded of Firefox tat I am having an issue loading my local uTorrent GUI at: https://192.168.0.xxx:36724/gui/index.html. I am currently using 1… (lexoni më tepër)

I've noticed since a few upgraded of Firefox tat I am having an issue loading my local uTorrent GUI at: https://192.168.0.xxx:36724/gui/index.html. I am currently using 132.0.2 x64 and it eventually loads after 3-4 minutes. There are absolutely zero add-ons at the moment, and it does not matter if it is a portable version or standard installed version. I do not seem to have this issue while using Firefox (latest) ESR portable version.

Is there something I'm missing here? I am not sure if it is the port that's the issue with Firefox, because I have a local website using port 9090 and 8080 without any issues on loading. Also, it is happening with the nightly version of FF as well. All other browsers load quickly.

Kind regards,

Shedrock

Pyetur nga Shedrock 19 orë më parë

Përgjigja e fundit nga Shedrock 2 orë më parë

Data loss password recovery

I had to reset my firefox password. When signing in, the account is not synced (no extensions, history, bookmarks etc) and acts like it is the fresh instance. When manual… (lexoni më tepër)

I had to reset my firefox password. When signing in, the account is not synced (no extensions, history, bookmarks etc) and acts like it is the fresh instance. When manually syncing, it spins for a second then stops. Says it last synced 1 second ago. I see no data otherwise. Does resetting password seriously remove all data? What is the point of recovering the account if it gives you a fresh account anyway? There was a disclosure that mentioned some data, but not even including bookmarks or extensions is a little upsetting for me. Disrupted my work day quite a lot.

Pyetur nga mark.adams2 6 orë më parë

Përgjigja e fundit nga mark.adams2 2 orë më parë

Ad blocking and search engine problems.

For the past week or so I am finding Youtube videos are unavailable because, I understand from messages that flash on my screen, its ads are being blocked. This does no… (lexoni më tepër)

For the past week or so I am finding Youtube videos are unavailable because, I understand from messages that flash on my screen, its ads are being blocked. This does not occur if I use Chrome. Also, although I had chosen Duck Duck Go as my search engine, Yahoo seems to be doing the job. Can you please advise me how I can stop ad blocking for Youtube, and yahoo appearing as the search engine, when I use Firefox. Firefox was my default browser but have changed to Chrome for the present. The O/S on my PC is Windows 10.

Pyetur nga grtate 3 orë më parë

Did firefox disable all http traffic?

I'm not able to open any HTTP website on firefox (desktop and mobile) and it started about 2 months ago. So, is HTTP traffic not allowed anymore? I'm able to access HTTP … (lexoni më tepër)

I'm not able to open any HTTP website on firefox (desktop and mobile) and it started about 2 months ago. So, is HTTP traffic not allowed anymore? I'm able to access HTTP over chrome, edge and safari, but firefox (regular and developer edition and ios version) are not working. It keeps loading for about 5 minutes then I see "ns_error_net_reset" in the console network tab.

also, https-only-mode is set to "don't enable" in the settings

Pyetur nga ahmedsabbagh1192 4 orë më parë

Firefox and confluence not working

Hi, I am having some problems going through Confluence Pages with firefox in windows. I found out that I am not the only one. Can you check this please? https://jira.at… (lexoni më tepër)

Hi,

I am having some problems going through Confluence Pages with firefox in windows. I found out that I am not the only one.

Can you check this please? https://jira.atlassian.com/browse/CONFSERVER-88208

This only happens with firefox, not with other browsers like edge, chrome, opera, vivaldi, brave...

Thanks.

Pyetur nga hugotome 5 orë më parë