[AF] Autofill should fill non-focusable <select> elements
This fixes a problem on iOS where <select> elements with negative tabindex values are not being filled. This is because on iOS they are considered non-focusable and autofill manager does not autofill nonfocusable fields. This doesn't change the behavior on other platforms since filling non-focusable <select> elements is already allowed: https://cs.chromium.org/chromium/src/components/autofill/content/renderer/form_autofill_util.cc?l=881 Bug: 820618 Change-Id: Ie01f2611362dcaadf4ec22c39f645cfe51652d04 Reviewed-on: https://chromium-review.googlesource.com/959106 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542503}
Showing
Please register or sign in to comment