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





------- Additional comments from [EMAIL PROTECTED] Wed Apr 30 15:07:03 +0000 
2008 -------
Most korean users want to commit the preedit string when the cursor is moved by
mouse.
But to commit the preedit string should be implemented on input method side, not
the application.
The key point is "reset" method.

Calling reset method is the application's burden. Application should notify some
events to 
input method via reset method. Whether to commit the preedit string or not is
input method's choice.

But if the application doesn't call reset method at all, the input method gets
no chance to do something with the preedit string.

You don't need to call reset method on every cursor move.

When the user presses some keys, the key event will be delivered to input
method, and input 
method will update preedit or commit some string. In this case, you don't need
to call reset.
Input method already knows what's going on.
Even when user presses arrow keys, it will be also delivered to input method, so
you don't need
to call reset. Input method will determine whether to commit the preedit or not
by the key arrow
key event.

But when the user click mouse button on some place in the text edit area, input
method doesn't
know what's happening. So in this case, you should call reset method.

So the reset method should be called when the cursor is moved by mouse clicking.
Then the input method should do the rest of things.

---------------------------------------------------------------------
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