Android accessibility should not treat whitespace-only nodes as interesting.
When linearly navigating through nodes in the accessibility tree, don't treat a leaf node with text as interesting if the text is only whitespace. Also fix an issue where requesting the first "interesting" node from the root of the tree could sometimes return the root itself, leading to a cycle. BUG=656779 Review-Url: https://codereview.chromium.org/2427813002 Cr-Commit-Position: refs/heads/master@{#427172}
Showing
Please register or sign in to comment