Forms are not detected on some sites. Improve forms detection |
|||
Issue descriptionVersion: 51.0.2702.0 (64-bit) OS: Linux What steps will reproduce the problem? (1) Go to www.tumblr.com (2) Go to signup form What is the expected output? frame->document().forms(forms) should return at least one form. What do you see instead? frame->document().forms(forms) returns empty list.
,
Apr 28 2016
GetPasswordForm is used to get forms for filling, for password generation and for saving. If we ensure that we handle cases like saving a form with an empty password (which I believe we do), filling a disabled field (no idea) or generating a password in a disabled field (no idea), then I think dropping the mentioned isEnabled() check could work.
,
May 31 2016
,
Dec 14 2016
At this time, www.tumblr.com utilizes yahoo.com authorization. Chrome saves passwords on signin and signup pages (when it is redirected yahoo.com). But Chrome doesn't autofill username before the user has been redirected to yahoo.com, i.e. tumblr.com. It is just one non-password field. We can't do anything here. |
|||
►
Sign in to add a comment |
|||
Comment 1 by dvadym@chromium.org
, Apr 27 2016