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
I have noticed this myself but didn't dig in to find the source yet. I think this is due to the 'hack' which is recording chars at keypress event and doing the actual conversion at keyup event (due the limitation of the two events.)
Google transliterator converts words only after a space is pressed. I think that behavior is to prevent this issue.
I guess you are only converting the last char in the web form. Which mean if you type fast enough, some chars won't be converted properly.
For example if you just type "test" fast enough (sans quotes) what you end up with is "tෙsත".
The text was updated successfully, but these errors were encountered: