Confirmed users
933
edits
(→Enable Debug Logging: devtools.browserconsole.contentMessages and new about:config) |
(→Won't auto-fill a saved password: add disabled/readonly/maxlength) |
||
Line 29: | Line 29: | ||
* If the page pre-fills a username field (e.g. using your session/local cookies or with a value attribute used as an old hack for placeholder text), Firefox won't fill in a password if the username field value doesn't match the one saved. | * If the page pre-fills a username field (e.g. using your session/local cookies or with a value attribute used as an old hack for placeholder text), Firefox won't fill in a password if the username field value doesn't match the one saved. | ||
* The <code><form></code>'s <code>action</code> attribute is for a different origin than the one that the login was saved for. | * The <code><form></code>'s <code>action</code> attribute is for a different origin than the one that the login was saved for. | ||
* The field is <code>disabled</code> or <code>readonly</code> | |||
* The username or password doesn't fit within the <code>maxlength</code> | |||
== HTTP Authentication popup not filled in == | == HTTP Authentication popup not filled in == |