Chromium Code Reviews
DescriptionFix Android Find in Page inputType to allow gesture input
Chrome has always set the inputType to TYPE_TEXT_VARIATION_FILTER,
which is invalid. Instead we should be setting it to
InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_FILTER.
BUG=609847
TEST=manually verified
Committed: https://crrev.com/248caf490f70600ba98228fce15b7046efcfeb74
Cr-Commit-Position: refs/heads/master@{#392254}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||