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

Unified Diff: ui/keyboard/resources/elements/kb-keyboard.html

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Init Created 7 years, 5 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
Index: ui/keyboard/resources/elements/kb-keyboard.html
diff --git a/ui/keyboard/resources/elements/kb-keyboard.html b/ui/keyboard/resources/elements/kb-keyboard.html
index d21edf0d2144c0bec03df6ad0f16196947332183..f273cf0f22d9c40dcf52a9ddc30086435eac4a72 100644
--- a/ui/keyboard/resources/elements/kb-keyboard.html
+++ b/ui/keyboard/resources/elements/kb-keyboard.html
@@ -216,7 +216,7 @@
var toLayout = detail.toLayout;
// Layout transition key.
if (toLayout)
- this.layout = toLayout;
+ hideKeyboard();
var char = detail.char;
if (enterUpperOnSpace) {
enterUpperOnSpace = false;

Powered by Google App Engine
This is Rietveld 408576698