summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/10
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-05-21 15:32:17 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2012-05-21 15:32:28 -0700
commitf76a83cfcf32402edb78666733b5ebf9ec6ac2e2 (patch)
tree0646585e2d6aa8585dee5ddd12149d4ccdfd13e8 /docs/html/sdk/api_diff/10
parentd51ac09fd7db5d810452138749f9291617c0dbf7 (diff)
Fixing some minor issues in accessibility focus.
1. Now accessibility focus does not drag input focus and vice versa. Having the two focuses chase each other can lead to some pathological cases. For example, a container is input focusable and manages input focus for its children i.e. as soon as it gets input focus it sets input focus to a child. Now assume input and accessibility focus are on a child and focus search finds the parent to take accessibility focus, now putting accessibility focus to the parent will put input focus there and the parent will put input focus to the child which as a result will put accessibility focus there, thus resulting in traversal loop. bug:6522900 2. Fixed asymmetrical behavior of accessibility focus search for AbsListView. bug:6520016 3. Fixed accessibility focus search getting stuck in an empty AbsListView. bug:6520049 Change-Id: Ia26e5be7b5a9f340f873861ff466c787467b98dc
Diffstat (limited to 'docs/html/sdk/api_diff/10')
0 files changed, 0 insertions, 0 deletions