OSDN Git Service

Clear the password field when reloading the current page.
authorLeon Scroggins <scroggo@google.com>
Mon, 14 Sep 2009 22:56:48 +0000 (18:56 -0400)
committerLeon Scroggins <scroggo@google.com>
Mon, 14 Sep 2009 23:06:04 +0000 (19:06 -0400)
Fixes http://b/issue?id=2119142

Change-Id: I14bfcc6873f295c4d24ef7ee10450fd444dbe82c

core/java/android/webkit/WebView.java

index 0f178e9..2329e21 100644 (file)
@@ -1394,6 +1394,7 @@ public class WebView extends AbsoluteLayout
      * Reload the current url.
      */
     public void reload() {
+        clearTextEntry();
         switchOutDrawHistory();
         mWebViewCore.sendMessage(EventHub.RELOAD);
     }