Toolkit:Password Manager/Debugging: Difference between revisions

Add a new reason for why logins are not autofilled. See https://bugzilla.mozilla.org/show_bug.cgi?id=786276 for more details.
(→‎Won't auto-fill a saved password: There are more than 5 password fields in the "form".)
(Add a new reason for why logins are not autofilled. See https://bugzilla.mozilla.org/show_bug.cgi?id=786276 for more details.)
 
Line 41: Line 41:
* The password field for the form has the <code>autocomplete</code> attribute with a value of <code>"new-password"</code>
* The password field for the form has the <code>autocomplete</code> attribute with a value of <code>"new-password"</code>
* There are more than 5 password fields in the "form".
* There are more than 5 password fields in the "form".
* The login form is loaded into a subframe (e.g. an <code><iframe></code>), and it is cross-origin (i.e. not [https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy same-origin]) with the top level frame.


== HTTP Authentication popup not filled in ==
== HTTP Authentication popup not filled in ==
3

edits