Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17737 from RudyLu/keyboard/Bug984328_master
Browse files Browse the repository at this point in the history
Bug 984328 - [Keyboard][V1.3T] The alternative char menu cannot be
r=timdream
  • Loading branch information
RudyLu committed Mar 28, 2014
2 parents 35b347b + f80f7b1 commit 4de40c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/keyboard/js/render.js
Expand Up @@ -41,6 +41,9 @@ const IMERender = (function() {
isSpecialKey = keyTest;
ime = document.getElementById('keyboard');
menu = document.getElementById('keyboard-accent-char-menu');

cachedWindowHeight = window.innerHeight;
cachedWindowWidth = window.innerWidth;
};

var setInputMethodName = function(name) {
Expand Down

0 comments on commit 4de40c8

Please sign in to comment.