Password autofill doesn't work for decathlon.de |
|||
Issue descriptionVersion: 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.
,
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.
,
Dec 16 2016
,
Apr 11 2017
Autofilling works. |
|||
►
Sign in to add a comment |
|||
Comment 1 by vabr@chromium.org
, Sep 1 2016Components: UI>Browser>Passwords>Generation
Labels: Hotlist-Polish OS-All
Status: Available (was: Untriaged)