Open yodalee opened 6 years ago
> 2. Type U+2F81E.
I mean, literally type those ASCII characters.
Original comment by atsushi...@gmail.com
on 5 Jan 2015 at 4:39
Thank you for the report. I can confirm the glitch you reported with the
following steps on Ubuntu 14.04 with ibus-mozc 2.16.2013.102.
1. Enter mozc hiragana mode.
2. Type "U+2F81E".
3. Hit space key to convert the preedit text.
4. Hit backspace key to revert the converted text to the preedit state.
5. Hit backspace to delete the last character of "U+2F81E" with keeping preedit
state.
6. Hit E key to add the "E" at the last of "U+2F81" with keeping preedit state.
Basically Mozc tries to add annotations like <機種依存文字> only for
conversion results, not for suggestion results. So the expected behavior is
that <機種依存文字> is shown only after step 3, where you intentionally
entered conversion state by hitting space key. The state after step 2, 4, 5,
and 6 is the so-called "suggestions" hence <機種依存文字> shouldn't be
shown there.
However, as you reported, we see <機種依存文字> even after step 4 for
some reasons. So the expected behavior and actual behavior would be:
Expected behavior:
The candidate is annotated with <機種依存文字> after step 3 only.
Actual behavior:
The candidate is annotated with <機種依存文字> after step 3 and step 4.
Original comment by yukawa@google.com
on 5 Jan 2015 at 11:32
Oops, I didn't intend to change the issue title. Revert to the original one.
Original comment by yukawa@google.com
on 5 Jan 2015 at 11:34
Original issue reported on code.google.com by
atsushi...@gmail.com
on 5 Jan 2015 at 4:37