To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45768





------- Additional comments from [EMAIL PROTECTED] Tue Mar 22 07:26:58 -0800 
2005 -------
The problem with korean is that the LE only knows when to break words based on
what you type.  So, if you type "qkfrkd" in korean, the LE sees "qkf", which is
fine.  When you then type "r", it now knows that it has to break the word.  So
it stores the "r" around (so you don't have to type it again) and "commits" the
"qkf" that composes the first word.

But, if we call gtk_im_context_reset() during the EndExtTextInput, that "r" gets
lost because we've force-cleared the IM's buffer.  Therefore, when you continue
to type "kd", the LE doesn't know how to compose the word since you've cleared
the "r" already.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to