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

Issue 7531026: Fix the issue that keyboard is not rendered properly after login. (Closed)

Created:
9 years, 4 months ago by mazda
Modified:
9 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews), Yusuke Sato
Visibility:
Public.

Description

Fix the issue that keyboard is not rendered properly after login. Setting className of the keyboard is deferred until window.onhashchange but early exit in onhashchange caused the class of keyboard to remain nodisplay. This change modify the initKeyboard to set the className. BUG=none TEST=Manually checked the keyboard was shown properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95387

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M chrome/browser/resources/keyboard/main.js View 2 chunks +3 lines, -3 lines 3 comments Download

Messages

Total messages: 5 (0 generated)
mazda
9 years, 4 months ago (2011-07-29 13:11:09 UTC) #1
bryeung
http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js File chrome/browser/resources/keyboard/main.js (right): http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js#newcode128 chrome/browser/resources/keyboard/main.js:128: keyboardDiv.className = 'keyboard'; the keyboard should ideally not be ...
9 years, 4 months ago (2011-08-03 21:11:41 UTC) #2
mazda
http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js File chrome/browser/resources/keyboard/main.js (right): http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js#newcode128 chrome/browser/resources/keyboard/main.js:128: keyboardDiv.className = 'keyboard'; On 2011/08/03 21:11:42, bryeung wrote: > ...
9 years, 4 months ago (2011-08-04 04:28:50 UTC) #3
bryeung
LGTM http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js File chrome/browser/resources/keyboard/main.js (right): http://codereview.chromium.org/7531026/diff/1/chrome/browser/resources/keyboard/main.js#newcode128 chrome/browser/resources/keyboard/main.js:128: keyboardDiv.className = 'keyboard'; On 2011/08/04 04:28:50, mazda wrote: ...
9 years, 4 months ago (2011-08-04 04:36:50 UTC) #4
commit-bot: I haz the power
9 years, 4 months ago (2011-08-04 06:10:34 UTC) #5
Change committed as 95387

Powered by Google App Engine
This is Rietveld 408576698