Closed
Bug 411304
Opened 17 years ago
Closed 17 years ago
Cannot change the input modes with Kotoeri By Ctrl+Shift+k/Ctrl+Shift+j/Ctrl+Shift+;
Categories
(Core :: Widget: Cocoa, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: jaas)
References
Details
(Keywords: intl, jp-critical, regression)
Attachments
(1 file)
4.62 KB,
patch
|
Details | Diff | Splinter Review |
http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=6003
We should be able to change the input mode of Kotoeri (Japanese default IME) by Ctrl+Shift+k or Ctrl+Shift+j or Ctrl+Shift+;. However, current trunk build doesn't work fine.
Maybe, this is a regression of bug 396832. I think that we should call [super interpretKeyEvents:[NSArray arrayWithObject:theEvent]] when control key is pressed.
I didn't know this Kotoeri's feature, so, bug 39632 comment 12 is my fault, sorry.
Flags: blocking1.9?
Reporter | ||
Comment 1•17 years ago
|
||
I am working on a fix for this. Same bug as 358379 I'm betting.
Flags: blocking1.9? → blocking1.9+
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> I am working on a fix for this. Same bug as 358379 I'm betting.
Wow, really? Thanks!
Assignee: masayuki → joshmoz
Status: ASSIGNED → NEW
Reporter | ||
Comment 5•17 years ago
|
||
Josh:
How about this patch? This seems to fix bug 418226 too.
Attachment #305142 -
Flags: review?(joshmoz)
Masayuki, I have a patch I am working now that fixes most of our keyboard handling bugs, including this bug and bug 418226. I have some things I wanted to talk to you about, mostly making sure I don't regress intl input. Lets talk on irc soon.
fixed by patch on bug 358379
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•17 years ago
|
Attachment #305142 -
Flags: review?(joshmoz)
Comment 8•17 years ago
|
||
I have just tried with both beta 4 and the last nightly build and the Ctrl+Shift+k/j/; still do not change the input mode. They only work when you have already started entering some Japanese.
Reporter | ||
Comment 9•17 years ago
|
||
Vincent:
Don't you use any keyboard utils? E.g., HHK's utils? I have same reports in Bugzilla-jp. But I'm not sure that is our bug...
Comment 10•17 years ago
|
||
No, no keyboard utils or anything like it. And Ctrl+A and Ctrl+E work fine, as well as Shift+Alt+Z/X (an other way to switch to hiragana/katakana input).
If you want more info (I do not know if it's really useful but well...):
My computer runs 10.5.2, is configured with Japanese as the first language, English as second. I have a American Qwerty (not a Japanese keyboard), and I am using an English build of Firefox.
If you have any other question you can ask me directly by mail, or I can even go on IRC or something like that if you need it.
Reporter | ||
Comment 11•17 years ago
|
||
mmmm.... This might not be fixed on 10.5. Because I and the original reporter of bugzilla-jp use 10.4. Josh-san, can you test this on 10.5?
Reporter | ||
Comment 12•17 years ago
|
||
(In reply to comment #11)
> Josh-san, can you test this on 10.5?
oops, John-san, sorry...
Reporter | ||
Comment 13•17 years ago
|
||
Vincent and John-san:
Thanks. I filed bug 423814 for 10.5 issue. Unfortunately, I cannot debug before 1.9 final...
You need to log in
before you can comment on or make changes to this bug.
Description
•