DescriptionCopying text closes the keyboard and the text input gets unfocused, forcing virtual keyboard is getting closed.
During copy operation, we are clearing the selection, which is clearing the cursor
as well. Also if the rootEditable element is NULL, we are not setting the textInputType
for ImeAdapter, which force ImeAdapter to dismiss the keyboard.
Now converted the Range selection to caret selection to keep cursor and caret visible, so
that user can continue editing.
BUG=225090
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278954
Patch Set 1 #Patch Set 2 : Setting editable selection to end from ContentViewCore inputConnection. #Patch Set 3 : Optimized the changes. #
Total comments: 2
Patch Set 4 : Added test case curresponding this change. #Patch Set 5 : Refined the test content. #Patch Set 6 : Test function modified. #
Total comments: 5
Patch Set 7 : Fixed Indentations #
Messages
Total messages: 21 (0 generated)
|