GNOME Bugzilla – Bug 137347
wrong preedit string attribute
Last modified: 2004-12-22 21:47:04 UTC
When I input korean letters, preedit string is not highlighted currectly. How to reproduce: Run korean input method nabi (ami or iiimf hangul le) Run gtk-demo and select "Dialog and Message Boxes" Select the input method module to XIM Press keys "shift-space", "z[space]z[space]z[space]z[space]z" in the GtkEntry widget. Then, the preedit string appears too long. The preedit string length is 1 char, but it appears wrong. The chars in entry to the begin of the entry is reverse as if it is preedit string. I test it with imhangul, nabi, iiimf hangul le. All of this has the same problem. On GtkTextView, there is no such problem. Maybe this is a bug of GtkEntry. I'm using gtk+ built from cvs source (2004-03-16)
I believe it was fixed in CVS now. 2004-04-18 Changwoo Ryu <cwryu@debian.org> * modules/hangul/hangul-defs.h (IS_JAMO): * modules/hangul/hangul-fc.c (hangul_engine_shape, render_basic): handle non-Hangul unicode chars, fixes #129741, #137347.
See bug 129741 for more information.