Ticket #2220 (closed bug: fixed)

Opened 6 days ago

Last modified 10 hours ago

Undesired B_INPUT_METHOD_STOPPED is sent to input method (IM)

Reported by: shinta Assigned to: axeld
Priority: normal Milestone: R1
Component: Kits/Interface Kit Version: R1 development
Cc: Platform: x86

Description

When bottomline window is closed, B_INPUT_METHOD_STOPPED is sent to input method whether unconfirmed strings exist or not.

I think that B_INPUT_METHOD_STOPPED should be sent only if unconfirmed strings exist.

This bug influence to Anthy for Haiku. When I convert in bottomline window and don't confirm kana-kanji strings, next one character is disposed because B_INPUT_METHOD_STOPPED make Anthy flush next one character.

Haiku: r25124+
SHINTA (bug No.16)

Attachments

TextView.diff (0.8 kB) - added by shinta on 05/10/08 02:59:14.
This patch fixes this problem.

Change History

05/10/08 02:59:14 changed by shinta

  • attachment TextView.diff added.

This patch fixes this problem.

05/15/08 18:37:51 changed by korli

  • status changed from new to closed.
  • resolution set to fixed.

Applied in r25518. Thanks!