为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Form fill won't fill only certain email address

  • 5 个回答
  • 2 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

I am using Yahoo mail. We had to delete on email address from the passwords list due to a password change. Since deleting it, Firefox's form fill will work with all of my email addresses except for the one whose original password was deleted.

I am using Yahoo mail. We had to delete on email address from the passwords list due to a password change. Since deleting it, Firefox's form fill will work with all of my email addresses except for the one whose original password was deleted.

被采纳的解决方案

If the problem is with saving a new name and password for Yahoo the check this:

The Yahoo website uses autocomplete=off to prevent Firefox from saving form data like name and password.

You can remove autocomplete=off with a bookmarklet to make Firefox store form data like names and passwords.

Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so you need to double-click the empty name field to get a drop-down list.


Alternatively you can right-click the name input field and open the built-in Inspector via Inspect Element.
You can see if there is an autocomplete=off attribute and click the "off" text to edit this value and change it "off" to "on", so you get autocomplete="on".
Repeat this for the password input field, so both fields have an autocomplete="on" attribute.

定位到答案原位置 👍 0

所有回复 (5)

more options

Do you see any lines with an empty name or password field in the Password Manager?

  • Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"

Otherwise you may have to check the signons.sqlite file in the SQLite Manager extension to see if you notice entries that look corrupt.

more options

thanks for your reply. I have no empty names or password fields in the Password Manager (with respect to login.yahoo.com).

I downloaded the SQLite Manager, but have no idea what I am looking at/for.

more options

选择的解决方案

If the problem is with saving a new name and password for Yahoo the check this:

The Yahoo website uses autocomplete=off to prevent Firefox from saving form data like name and password.

You can remove autocomplete=off with a bookmarklet to make Firefox store form data like names and passwords.

Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so you need to double-click the empty name field to get a drop-down list.


Alternatively you can right-click the name input field and open the built-in Inspector via Inspect Element.
You can see if there is an autocomplete=off attribute and click the "off" text to edit this value and change it "off" to "on", so you get autocomplete="on".
Repeat this for the password input field, so both fields have an autocomplete="on" attribute.

由cor-el于修改

more options

That did it! Thanks you! (used Inspector)