Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27c65e26 authored by Cary Clark's avatar Cary Clark Committed by Android Git Automerger
Browse files

am dd8f13fa: Merge "Do not merge: clear text selection on rotate" into gingerbread

Merge commit 'dd8f13fa' into gingerbread-plus-aosp

* commit 'dd8f13fa':
  Do not merge: clear text selection on rotate
parents acb79542 dd8f13fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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();