DescriptionFixes focus traversal bug
When on the last focusable view in a Container FocusManager would
start searching from Widget. Problem is child Widgets share the same
FocusManager, meaning focus in a child widget wraps to the parent,
which is unexpected in most situations. In theory there could be
situations where we should wrap to the parent, but I don't think we
have any.
BUG=276213
TEST=covered by test
R=dmazzoni@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221437
Patch Set 1 #Patch Set 2 : Better docs #
Total comments: 2
Patch Set 3 : Better test coverage #Patch Set 4 : ShouldAdvanceFocusToParent #
Total comments: 6
Patch Set 5 : ShouldAdvanceFocusToTopLevelWidget #
Total comments: 1
Patch Set 6 : Comments #Patch Set 7 : OVERRIDE #
Messages
Total messages: 17 (0 generated)
|