New issue
Advanced search Search tips

Issue 828776 link

Starred by 0 users

Issue metadata

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

Blocking:
issue 770175



Sign in to add a comment

Username and password not filled, because in separate <form>s on khanacademy.org

Project Member Reported by vabr@chromium.org, Apr 4 2018

Issue description

Chrome Version       : 67.0.3389.0
OS Version: OS X 10.13.3
URLs (if applicable) : https://es.khanacademy.org/login

What steps will reproduce the problem?
1. Visit https://es.khanacademy.org/login
2. Try to save a password there (use key icon in the Omnibox)
3. Reload

What is the expected result?
Form gets autofilled.

What happens instead of that?
Nothing is autofilled. Password can be filled on demand.

The reason is that the page wraps each <input> element in a separate <form>. Hence Chrome sees one form which has only a text field (no password) and another one which only has a password. It can remember a value for the password, but will not fill the username.
 

Comment 1 by vabr@chromium.org, Apr 4 2018

Summary: Username and password not filled, because in separate <form>s on khanacademy.org (was: Username and password in different forms on khanacademy.org)

Sign in to add a comment