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!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Autofill stopped working for protonmail

  • 3 trả lời
  • 0 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

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).

Được chỉnh sửa bởi cor-el vào

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.