Prevent ARC window title announced twice
Previous CL (http://crrev/c/2024635) wired ARC window title to its root node. However, this made ChromeVox announce window title twice. One is from the window title and the other is from a name of the root node. This CL partially reverts the previous change and makes default fallback focus to the window itself. This change also makes only the root window of each ARC task be modal instead of assigning to every root node. Android framework sends only actionable windows to AccessibilityService. Bug: b:150342403 Test: unit_tests --gtest_filter="AXTreeSourceArcTest.*" Test: manual. Open any ARC app and title is not announced twice. Change-Id: Ie6527af9b01c03a175517dcfe7d88ca29b4b034a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099671 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#750893}
Showing
Please register or sign in to comment