To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93155 Issue #|93155 Summary|Aqua: problem in text input of single ASCII character |using input method Component|gsl Version|OOO300m3 Platform|Macintosh URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|pl Reported by|ekato
------- Additional comments from [EMAIL PROTECTED] Wed Aug 27 04:24:32 +0000 2008 ------- Text input of a single ASCII character using input method with preedit causes mismatch of input state of OOo. Here is the way to reproduce the problem 1. Set Hiragana input mode of Kotoeri on OOo Writer. 2. Push '1' key. -> This will show 'FULLWIDTH DIGIT ONE' in the preedit with blue color and the under line. 3. Push 'space' key several times to convert the 'FULLWIDTH DIGIT ONE' into ASCII 'DIGIT ONE'. -> This will show ASCII 'DIGIT ONE' in the preedit with blue color and the under line. 4. Push 'Return' to commit the 'DIGIT ONE'. -> This should commit the 'DIGIT ONE' (expected behavior). -> but actually, it will show committed 'DIGIT ONE' plus still showing the uncommitted preedit with blue color and the underline. Also, the internal state of input context mismatch between the input method and OOo. This is because insertText() procedure in salframeview.mm assumes a single ASCII character input is always come from without preedit. However, as shown above, it is also possible to input these character using complex input method. Attached single line patch to check the MarkedText should fix this problem. --------------------------------------------------------------------- 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]
