Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(820)

Unified Diff: ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java

Issue 932493003: [android] Hide <select> dropdown on outside tap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownPopupWindow.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java
diff --git a/ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java b/ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java
index 5c50e63ed59b38a2ed804d2cfd8723a9435b8f49..4e45605699a9f01a1ded8f42bf874e2cf8a2cf1a 100644
--- a/ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java
+++ b/ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java
@@ -67,6 +67,7 @@ public class AutofillPopup extends DropdownPopupWindow implements AdapterView.On
setOnItemClickListener(this);
setOnDismissListener(this);
+ disableHideOnOutsideTap();
}
/**
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownPopupWindow.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698