Skip to content

text_input: Eliminate excessive messages

Dorota Czaplejewicz requested to merge dorota.czaplejewicz/phoc:imfocus into master

The focus procedure was not idempotent: setting focus on an already-focused surface would cause changes: either re-connect signals or re-send the enter event. This has been solved with additional checks.

Works best with !74 (merged) but doesn't rely on it.

Merge request reports