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
{{ message }}
This repository was archived by the owner on Dec 18, 2021. It is now read-only.
wayland: Don't bother to commit preedit text on deactivate
With input-method-unstable-v2, it's impossible to finish preedit texts
before deactivate.
I think this is a bug in IME. Focus changes deactivates the
input-method and I think there is no way to know it is going to be
deactivated in advance. Which means IME does not have chance to
commit string to old text-input. Also, by the protocol, there is no
way to distinguish the text-input behind. With these, I think IME
should reset their internal states (for example, to-be-committed
string) on deactivate. This is what my wlchewing does, and so it
does not have this bug.
@xdavidwu
Reference:
swaywm/sway#4932 (comment)
0 commit comments