[Autofill Assistant] Disable overlay when talkback is activated.
Without this patch, the browser was never available when talkback was on, because the web view detected the presence of the overlay and assumed that the page was not available. With this patch, the overlay is fully disabled when talkback is activated if either: - partial overlay is on (there is a touchable area, a portion of the page is available) - the full overlay is off (the full page is available) In these two cases, the page can be accessed via talkback. Limitations: - Controls are not available to talkback when full overlay is on. - There is no filtering of the elements available to talkback when partial overlay is on yet. Bug: 806868 Change-Id: I77f88c8b4ba784a02306f14adf7e68d776e789ef Reviewed-on: https://chromium-review.googlesource.com/c/1352171Reviewed-by:Ganggui Tang <gogerald@chromium.org> Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#611172}
Showing
Please register or sign in to comment