You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was testing Avro IME both on Windows and Linux and on Windows the IME doesn't send any composition events, while ibus-avro does. The missing composition events break text engines which handle input events on a lower level. I'm using the phonetic IME.
Thanks
The text was updated successfully, but these errors were encountered:
The issue seems to be caused by the fact that Avro is somehow trying to replace the characters is has already sent to the platform during it's internal composition phase. But the text engine I'm working on, is receiving input in a hidden <input> element, removes what's been inserted and moves it to another element which serves as a rich text display.
I can handle regular IME for CJK languages quite well and obviously non-standard inputs like Avro don't work. I hope that explains a bit the issue I'm facing.
I've received complains from Bangla users that e.g. typing sthi produces স্তথি instead of স্থি.
Hi,
I was testing Avro IME both on Windows and Linux and on Windows the IME doesn't send any composition events, while ibus-avro does. The missing composition events break text engines which handle input events on a lower level. I'm using the phonetic IME.
Thanks
The text was updated successfully, but these errors were encountered: