Failure to show save prompt |
|
Issue descriptionOn this site, Chrome fails to offer password saving: https://battre.github.io/bug-796563/PromptToSave.html |
|
►
Sign in to add a comment |
|
|
|
Project: chromium ▼ Issues People Development process History | Sign in |
|---|
Failure to show save prompt |
|
Issue descriptionOn this site, Chrome fails to offer password saving: https://battre.github.io/bug-796563/PromptToSave.html |
|
►
Sign in to add a comment |
|
Comment 1 by battre@chromium.org
, Jan 26 2018Initial page: <form id="loginForm" action="AutofillLoop.html"> <input type="text" autocomplete="on" id="username" name="username" /> <input type="password" autocomplete="on" id="password" name="password"/> <input type="submit"/> </form> Landing page: <input type="text" id="test" autocomplete="on" /> <input type="password" autocomplete="on" id="someOtherBox" style="display:none;"/> This is considered similar enough to produce Password form re-appeared: { Action : https://battre.github.io/ , New password element : , Origin : https://battre.github.io/ , PSL match : false, Password element : someOtherBox , Password generated : false, Scheme : HTML , Signon realm : https://battre.github.io/ , Times used : 0, Username element : test } Message: Decision: DROP the password and not offer to save the password.