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

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: Remove OnPossiblyRefocus changes Created 7 years, 3 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 2082a84aeae47c3f43cce2b60a858114f4d40ce6..8ed7c40cee9e84e77130799df1b496cea5ab611e 100644
--- a/ui/keyboard/resources/elements/kb-keyboard.html
+++ b/ui/keyboard/resources/elements/kb-keyboard.html
@@ -409,7 +409,7 @@
var toLayoutId = detail.toLayout;
// Layout transition key.
if (toLayoutId)
- this.layout = toLayoutId;
+ hideKeyboard();
var char = detail.char;
if (enterUpperOnSpace) {
enterUpperOnSpace = false;

Powered by Google App Engine
This is Rietveld 408576698