DescriptionEnsure focus() gets called when navigating to text fields
This was a recent regression. Logic was added to make a top level editable a container (so that navigation would descend into it). However, we were previously using the container predicate to decide whether or not to set focus; this prevents focus() on roots which sometimes triggered other side effects such as focusing a descendant.
Make the focus precondition check the structuralContainer predicate instead.
BUG=640587
TEST=chromevox_tests
Committed: https://crrev.com/2063c5ec1c11f5b9823d8df8cbe647c5e9168c63
Cr-Commit-Position: refs/heads/master@{#414871}
Patch Set 1 #
Messages
Total messages: 17 (11 generated)
|