Comment #12 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
Once engine is reset, then focus out should not commit the preedit text. This problem may be caused by ibus_engine_update_preedit_text_with_mode().
It's not correct. The engine reset is called in the new input context instead of the current input context and this problem is caused. And ibus_engine_update_preedit_text_with_mode() is right to commit the string in the current input context.
Then I'd think this is not a bug in ibus. You need to convince firefox. -- 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
