Adjust container computation logic.
Mainly in ARC++ we often see that focus going into containers with clickable parents. This is evident in lists (as described in bugs), where the containing children will also receive focus. This CL adds a condition, which considers focusable nodes that have children with the same name should be considered as a leaf (thus preventing further focus propagation). announced twice. AX-Relnotes: Ensure that nodes with static text with same name don't get Bug: b:156426961 Bug: b:154875936 Test: ChromeVoxBackgroundTest.FocusableNamedDivIsNotContainer Test: manual (open FamilylinkApp, Hangouts app), navigate using search+arrow and note that items are read once. Change-Id: I569b9059c2a8eb458f9e8684bd4d645b0260b93c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198047 Commit-Queue: Sara Kato <sarakato@chromium.org> Reviewed-by:David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#770960}
Showing
Please register or sign in to comment