#2220 closed bug (fixed)
Undesired B_INPUT_METHOD_STOPPED is sent to input method (IM)
Reported by: | shinta | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
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.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
This patch fixes this problem.