Loading core/java/android/webkit/WebView.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -6969,6 +6969,7 @@ public class WebView extends AbsoluteLayout case UPDATE_TEXT_ENTRY_MSG_ID: case UPDATE_TEXT_ENTRY_MSG_ID: // this is sent after finishing resize in WebViewCore. Make // this is sent after finishing resize in WebViewCore. Make // sure the text edit box is still on the screen. // sure the text edit box is still on the screen. selectionDone(); if (inEditingMode() && nativeCursorIsTextInput()) { if (inEditingMode() && nativeCursorIsTextInput()) { mWebTextView.bringIntoView(); mWebTextView.bringIntoView(); rebuildWebTextView(); rebuildWebTextView(); Loading Loading
core/java/android/webkit/WebView.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -6969,6 +6969,7 @@ public class WebView extends AbsoluteLayout case UPDATE_TEXT_ENTRY_MSG_ID: case UPDATE_TEXT_ENTRY_MSG_ID: // this is sent after finishing resize in WebViewCore. Make // this is sent after finishing resize in WebViewCore. Make // sure the text edit box is still on the screen. // sure the text edit box is still on the screen. selectionDone(); if (inEditingMode() && nativeCursorIsTextInput()) { if (inEditingMode() && nativeCursorIsTextInput()) { mWebTextView.bringIntoView(); mWebTextView.bringIntoView(); rebuildWebTextView(); rebuildWebTextView(); Loading