An accessible click on a menu list option should toggle menu list popup
The options in an HTML select element are present in the accessibility tree even when the popup is not visible. As a result it's possible for AT such as ChromeVox to fire a click event on an option. However, since the popup is collapsed, the expected behavior is for the menu to pop open - then clicking it again should close it. This wasn't implemented before because most AT only sends the click event to the <select> element when it's collapsed. Bug: 1046087 Change-Id: Ic110efc771490035e24041362211dc5c61585248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025323Reviewed-by:David Tseng <dtseng@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#736123}
Showing
Please register or sign in to comment