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

Commit cd54538f authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 7884

* changes:
  Clear the WebTextView in didFirstLayout.
parents 115d23a8 10c7a4da
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4918,6 +4918,11 @@ public class WebView extends AbsoluteLayout
                        }
                    }
                    setNewZoomScale(scale, false);
                    // As we are on a new page, remove the WebTextView.  This
                    // is necessary for page loads driven by webkit, and in
                    // particular when the user was on a password field, so
                    // the WebTextView was visible.
                    clearTextEntry();
                    break;
                case MOVE_OUT_OF_PLUGIN:
                    if (nativePluginEatsNavKey()) {