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

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

Issue 98073012: Add unit test for lock and unlock virtual keyboard feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/keyboard/resources/elements/kb-keyset.html ('k') | ui/keyboard/resources/elements/kb-shift-key.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-options-menu.html
diff --git a/ui/keyboard/resources/elements/kb-options-menu.html b/ui/keyboard/resources/elements/kb-options-menu.html
index f2026d12defe4f8a24197921ec20dd46dae68eba..733522f1ac61a26c19164580652fe7c93ea395e6 100644
--- a/ui/keyboard/resources/elements/kb-options-menu.html
+++ b/ui/keyboard/resources/elements/kb-options-menu.html
@@ -132,6 +132,13 @@
Polymer('kb-keyboard-overlay', {
up: function() {
this.hidden = true;
+ },
+
+ hiddenChanged: function() {
+ this.fire('stateChange', {
+ state: 'overlayVisibility',
+ value: !!this.hidden
+ });
}
});
</script>
« no previous file with comments | « ui/keyboard/resources/elements/kb-keyset.html ('k') | ui/keyboard/resources/elements/kb-shift-key.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698