Closed
Bug 115848
Opened 23 years ago
Closed 23 years ago
[IME] Extra "n" will be added when turn on kinput2 on a canna default system
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: amyy, Assigned: shanjian)
Details
(Keywords: inputmethod)
Build: 12-17 trunk build, N6.2.1 RTM build.
Steps to reproduce:
1. On my linux RedHat7.1-JA, I have canna as default IME.
2. Type command "kinput2 &" in terminal window.
3. Launch netscape.
4. In any text field, type anything end by "n", e.g. "kann".
Expect result:
will get a un-committed hiragana string "かん".
Actual result:
Got a un-commintted hiragana string with an extra "n" at the end. "かんn"、and
if you press enter or space key here will change to "かんん", and no candidate
window will show up, the string is still with red underline, but you can not
delete it in this stage.
Reporter | ||
Updated•23 years ago
|
QA Contact: teruko → ruixu
Comment 2•23 years ago
|
||
Yuying, Shanjian and Koike-san,
This behavior is not bug. When you start kinput2 by
% kinput2&
on RH71, it will invoke kinput2 -wnn (FreeWnn) not canna.
Try japanese input on other apps and you must get the
same behavior that 'n' is shown.
To start canna on terminal window, you need to
specify "-canna" like
% kinput2 -canna &
Please close as INVALID.
Reporter | ||
Comment 3•23 years ago
|
||
Thanks Katakai-san! but I have questiions here:
1. Is that mean we can not turn kinput2 on with RH7.1 if canna as the default?
2. After I typed "kinput2 &" in terminal window, I had no this problem in
terminal window, but when I launch netscape, then I'll have this problem. I
wonder what's the reason.
Comment 4•23 years ago
|
||
>2. After I typed "kinput2 &" in terminal window, I had no this problem in
>terminal window, but when I launch netscape, then I'll have this problem. I
>wonder what's the reason.
how about other X based IME application? Katakai, what else application we could
use to compare ?
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Yuying,
Have you started terminal again after you typed "kinput2&"?
The existing terminal window continues to use cannna, which
is started as default as background when you log into the desktop.
So the existing terminal uses canna, but newly invoked terminal
and Mozilla use FreeWnn.
Usually we don't need to type "kinput2&" manually. canna is
started by default.
We can use GTK applications to compare the behavior, e.g.
type "gedit&". Please try to start gedit after you type "kinput2&".
Reporter | ||
Comment 6•23 years ago
|
||
Yes, I saw same behavior on gedit too.
So, that means it's not good idea to turn on the kinput2 on RH7.1 with canna as
defult IME.
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•