[Autofill] Reflected Synthetic Fields
Reflected synthetic fields: Reflected synthetic fields are synthetic fields for which if one changes the visibility of the corresponding hidden select field in the source code, and select an option on that, as a user would do, the change would be reflected on the synthetic field. Solution: we can fill a reflected multiple field, by making an exception for select fields. Previously, this exception was made for non-focusable ones, meaning that a non-focusable select field would get autofilled, even though it wasn’t visible. We need to broaden this exception to include the fields with ‘role=presentation’. This will fix the problem. Fixes: chapters.indigo.com www.newbalance.com See: go/synthetic-fields for more on this issue. Bug: 836949 Change-Id: Iefad5de1432e5c2a8a64c0ec9bf79a6db9f557b1 Reviewed-on: https://chromium-review.googlesource.com/1028721 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#554446}
Showing
Please register or sign in to comment