Comment #13 on issue 1697 by takao.fujiwara1: Plain English/ASCII issue: Mixed up characters sequence if there is a lag between first character entered and processing later characters
http://code.google.com/p/ibus/issues/detail?id=1697

I investigated Korean issue again.
https://bugzilla.redhat.com/show_bug.cgi?id=753781

It caused ibus_engine_commit_text() to be slower than the return of ibus_engine_process_key_event() because ibus_engine_commit_text() is async API. I tried sync version of ibus_engine_commit_text() but it causes a time out in ibus_engine_process_key_event(). Now I think the async ibus_engine_process_key_event() was right to fix the Korean issue.

I'm afraid the candidate patch of this issue has a problem because it reorders the KeyPress events but KeyRelease events are still not correct.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复