To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49311
                  Issue #:|49311
                  Summary:|fix preedit handing with some gtk immodules
                Component:|gsl
                  Version:|680m99
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|cp
              Reported by:|ekato





------- Additional comments from [EMAIL PROTECTED] Sun May 15 06:17:10 -0700 
2005 -------
With some IM (uim [1] or SCIM [2] gtk im modules), cursor location will be
jumped to original location (i.e. end of the line) while inputting new
characters even after the cursor is moved with left (or other cursor) key when
IM is activated.

With these IMs, "preedit-changed" signal with string length 0 can be occurrd
even just after "preedit-commit" signal.  Also some IM produces
"preedit-changed" signal with length 0 when cursor keys are pressed.  In this
case, current code thinks that a preedit area still existed, and causes above
described problem.

This can be easily fixed by attached patch.  It treats "preedit-changed" signal
with string length 0 as EndPreedit.

[1] http://uim.freedesktop.org/
[2] http://www.scim-im.org/

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