Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Autofill stopped working for protonmail

  • 3 përgjigje
  • 0 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga cor-el

more options

Today the autofill feature for passwords / username stopped working on Protonmail login. Windows 10. Specifically the username option. I have two accounts and formerly could select which account. Now i have to enter the username manually, however the password tab still works for password autofill / selection. This is the only site I am having this issue with.

Today the autofill feature for passwords / username stopped working on Protonmail login. Windows 10. Specifically the username option. I have two accounts and formerly could select which account. Now i have to enter the username manually, however the password tab still works for password autofill / selection. This is the only site I am having this issue with.

Zgjidhje e zgjedhur

I have experimented and found that having multiple account names / options for autofill (two in this case) was causing the issue. However this has not been an issue prior to today. I am keeping the main account name in use for the time being and have deleted the secondary option until this is rectified.

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (3)

more options

Zgjidhja e Zgjedhur

I have experimented and found that having multiple account names / options for autofill (two in this case) was causing the issue. However this has not been an issue prior to today. I am keeping the main account name in use for the time being and have deleted the secondary option until this is rectified.

more options

They appear to have made changes to the login form and have replicated the username code in an iframe (https://account-api.proton.me/challenge/v4/html?Type=0&Name=login), so this HTML code appears twice and the username field in the iframe gets focus and isn't recognized by Firefox. The username field in the form is moved out of view. This makes it impossible for Firefox to fill the username in the iframe via the password manager. I don't know if saved form data is able to fill this input field as both fields have the same #username ID and the field is in a iframe. The password field is placed in a normal position in the DOM and is recognized as the password field (i.e.it has "Use Saved Password" in the context menu).

Ndryshuar nga cor-el

more options

Based on your above reply it looks that if there is one login saved that Firefox fills the first (hidden) field with the username and that is acceptable. Since the input field is not visible and can't be focused you won't be able to select a username from the drop-down list.