DescriptionFixes bug where ActiveInputMethodsChanged was being invoked with the
wrong InputMethodDescriptor. In this test case we end up in
MaybeChangeCurrentKeyboardLayout with value.string_list_value.size()
== 5 so that we don't reset current_input_method_ and instead pass in
current_input_method_, which is empty. Another possible fix is to
change the if to be !value.string_list_value.empty(). Not sure if
that's the right fix though.
BUG=104674
TEST=none
R=yusukes@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110850
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|