New issue
Advanced search Search tips

Issue 797224 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 774955



Sign in to add a comment

Failure to show save prompt

Project Member Reported by battre@chromium.org, Dec 22 2017

Issue description

On this site, Chrome fails to offer password saving: https://battre.github.io/bug-796563/PromptToSave.html
 

Comment 1 by battre@chromium.org, Jan 26 2018

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

Sign in to add a comment