Do not fire accessible selection events for unfocused textfields
Deselecting the omnibox when the location bar is blurred causes confusing screen reader verbalizations when switching tabs. This behavior can be suppressed by only firing the selection event in a textfield when it is actually focused. This general fix makes sense as it would be confusing for screen reader users to hear any selection-related information for a textfield that is not currently focused. Bug: 817967 Change-Id: I945383c27f51b5bc791ab2c35327862fdac32179 Reviewed-on: https://chromium-review.googlesource.com/944014 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#540949}
Showing
Please register or sign in to comment