Do not send reset to an already active input context.

This may be problematic for certain client, e.g. firefox, and cause
input always reset after any key press. Also, sending reset on an
activate also does not match the text input v3 semantics.
This commit is contained in:
Weng Xuetian 2021-12-19 00:15:20 -08:00
parent bd40db7dd1
commit 0b1565c54c
No known key found for this signature in database
GPG key ID: 8E8B898CBF2412F9

View file

@ -140,8 +140,6 @@ void InputMethod::setActive(bool active)
if (!wasActive) {
waylandServer()->inputMethod()->sendActivate();
} else {
waylandServer()->inputMethod()->context()->sendReset();
}
adoptInputMethodContext();
} else {