Skip to content

textinputv2: announce the input panel to be hidden as the instance gets disabled

Aleix Pol Gonzalez requested to merge work/hide-disabled-inputmethod into master

Otherwise we disable it and all events will be disabled (since surface gets cleared). This is especially useful since otherwise we lose synchronicity with the client and weird behaviours happen (like when the client thinks it has a keyboard but it actually does not).

Merge request reports