arc-a11y: Fix focus computation in non full focus mode
We introduced full focus mode to simulate TalkBack's focusability and announcement computation. AXTreeSourceArc.FindFirstFocusableNode() uses AccessibilityNodeInfoWrapper.IsAccessibilityFocusableContainer(), which expects to be in the full focus mode. This fixes usages of FindFirstFocusableNode() so that the magnifier's focus following feature works well in ARC++ apps. AX-Relnotes: None. Fix of regression. Bug: b:175362381 Test: manual. In PlayStore, magnifier correctly follows the focus. Change-Id: I0d000e2009137a68f8bd1cf6cbaac45cf087b834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586499Reviewed-by:David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#836517}
Showing
Please register or sign in to comment