Comment #10 on issue 1420 by takao.fujiwara1: When I use ibus-hangul, the lastly typed character can be copied to another edit box
http://code.google.com/p/ibus/issues/detail?id=1420

This patch will cause another problem.
ibus_hangul_engine_flush() should flush rest preedit text or you will lose preedit text when you press numbers or punctuations.

I'm talking about ibus_hangul_engine_reset() only but ibus_hangul_engine_flush() is called in some places besides ibus_hangul_engine_reset(). The problem is that the reset is called in the new input context before the focus out/in are called. Currently I don't think the commit text is needed in ibus_hangul_engine_reset().
I also think there is no way to resolve it in ibus side.
Otherwise probably you could convince firefox and other applications not to call the reset before the focus-out is called. But I thought it's good to fix reset in ibus-hangul instead of fixing each application.

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

回复