Status: Available
Owner: ----
CC:
h...@chromium.org,
n...@chromium.org,
koma...@chromium.org
Labels: Type-Bug Pri-2 Area-UI Feature-TextInput OS-Chrome Mstone-21
New issue 129119 by
yus...@chromium.org: Chrome OS: The position of the
IME candidate window changes too often
http://code.google.com/p/chromium/issues/detail?id=129119
Version: r138071 (m21)
What steps will reproduce the problem?
1. visit
textarea.org
2. move the cursor near the bottom of the screen
3. enable Japanese IME (set the number of maximum suggestion to 9, if you
haven't)
4. type ぐーぐる
5. the suggestion window for the preedit "ぐーぐる" is shown *above* the
cursor. (# of candidates = 9)
6. type く
7. the suggestion window for the preedit "ぐーぐるく" is shown *below* the
cursor. (# of candidates = 3)
8. type ろーむ space space
9. the conversion window for the preedit "ぐーぐるくろーむ" is shown
*above* the cursor. (# of candidates = 9)
What is the expected output? What do you see instead?
actual: the position of the window changes way too often.
I chatted with komatsu@ about the preferred behavior and we agreed that we
should not show the window below the cursor once it's shown above the
cursor.
In the example above, the window should be shown above the cursor in step
#7.
Please use labels and text to provide additional information.
I know that Mozc for Win/Mac has the same issue (and users of the IMEs seem
to be fine with the current behavior), but I believe the issue is more
severe on a Chromebook where the resolution of the screen is relatively low
and the user tends to use the bottom part of the screen more often.