New issue
Advanced search Search tips

Issue 643155 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Password autofill doesn't work for decathlon.de

Project Member Reported by sergiu@chromium.org, Sep 1 2016

Issue description

Version: 54.0.2816.0 dev (64-bit)
OS: Linux

What steps will reproduce the problem?
(1) Go to https://www.decathlon.de/de/loginPage with a saved password for decathlon.de
(2) Try to auto fill the login data.

What is the expected output?
Selecting the user autofills the password

What do you see instead?
No autofill option present, have to manually enter data.


Please use labels and text to provide additional information.

 

Comment 1 by vabr@chromium.org, Sep 1 2016

Cc: dvadym@chromium.org
Components: UI>Browser>Passwords>Generation
Labels: Hotlist-Polish OS-All
Status: Available (was: Untriaged)
Thanks for the report. This is an interesting case. Adding dvadym@, because sites immune to filling are bad for password generation. I have not understood the root cause yet, this is what I observed:

* Even trying to save the password forcibly (chrome://flags/#enable-password-force-saving) failed, the logs show that the recorded password is empty, while DevTools console for the field from which I triggered force-saving shows a non-empty value.

* When I saved the password via Import (chrome://flags/#password-import-export) instead, I could reproduce what sergiu@ is reporting: the lock icon is present, signalling a saved password being ready to fill, but:
  - no autofill
  - no way to get even the password filled on demand (dvadym@ -- should this work from any password field?)

Comment 2 by dvadym@chromium.org, Dec 15 2016

It's quite tricky page from Password Manager perspective:
 1.There is no <form> element
 2.username/password doesn't have id/name attributes
The problem is that support of empty id/names are implemented only for <form> elements: GetUnownedAutofillableFormFieldElements function knows nothing how such elements are handled in PasswordManager. But here is the problem also that, if we there are no id/name then we can't know which exactly elements should be filled. So probably the best solution is to implement fill on account select for password fields.

Comment 3 by dvadym@chromium.org, Dec 16 2016

Components: -UI>Browser>Passwords>Generation

Comment 4 by kolos@chromium.org, Apr 11 2017

Status: Fixed (was: Available)
Autofilling works.

Sign in to add a comment