Comment #2 on issue 252 by dgod.osa: 光标定位问题
http://code.google.com/p/ibus/issues/detail?id=252

经测试,这个问题没有完全解决。

你的修改是在_ic_set_engine里发送了光标事件,如果输入法是通过菜单激活的,这样 
的话是可
以正确的得到位置,但如果是用快捷键激活输入法,
if (event == trigger) {
         if (priv->engine == NULL) {
             g_signal_emit (context, context_signals[REQUEST_ENGINE], 0,  
NULL);
         }
这里你直接发送了激活请求,没有调用_ic_set_engine,因此没有发送光标位置,所以 
问题还是
留在那。


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://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
-~----------~----~----~----~------~----~------~--~---

回复