DescriptionAdjust virtual keyboard size base on input method candidates.
Known issue:
Because we use javascript to show/hide candidates and re-size the virtual keyboard container, so it is difficult to make them happen at same time. When we hide the candidates and shrink the keyboard container, you may see two steps: 1. Candidates are hidden and keyboard jumps up. 2. The container is shrank.
Solution:
We plan to make virtual keyboard as a toplevel window instead of a child view. It will overlay the browser. And we will make candidates always visible in html and use SetBounds (0, -height_of_candidates, w, h) to hide it.
BUG=None
TEST=Manually
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88605
Patch Set 1 : Update #
Total comments: 12
Patch Set 2 : Update #Patch Set 3 : Update #
Total comments: 4
Patch Set 4 : review fix #
Total comments: 4
Patch Set 5 : review fix #Patch Set 6 : Fix a typo #Patch Set 7 : Rebase on trunk #Messages
Total messages: 14 (0 generated)
|