To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69992 Issue #|69992 Summary|IM: gtk scim (not scim-bridge) sinhala double vowel, e |.g. oo Component|gsl Version|OOo 2.0.4 Platform|Opteron/x86_64 URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|pl Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Fri Sep 29 12:21:46 -0700 2006 ------- In this case with the latest sinhala IM pressing "oo"... the first o commits a character the 2nd o, generates a backspace, and then commits a replacement character my problem is that OOo gets the various events in the right order, inputting in writer the backspace gets put into the event queue, but the event doesn't get processed before the 2nd commit arrives, so we actually get 1st commit, backspace, 2nd commit but process them in the order of... 1st commit, 2nd commit, backspace Attached patch makes this function. --------------------------------------------------------------------- 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]
