From 3718d0077bd28fa3ece82c0461d51609f2a57093 Mon Sep 17 00:00:00 2001 From: dcz Date: Mon, 21 Apr 2025 16:35:50 +0000 Subject: [PATCH] text-input-v3: Replace "active" "Active" is not defined anywhere. The meaning of "focused" can be extrapolated from surfaces to text fields. Signed-off-by: Dorota Czaplejewicz --- unstable/text-input/text-input-unstable-v3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/text-input/text-input-unstable-v3.xml b/unstable/text-input/text-input-unstable-v3.xml index 47c2a23..c1c1b22 100644 --- a/unstable/text-input/text-input-unstable-v3.xml +++ b/unstable/text-input/text-input-unstable-v3.xml @@ -89,7 +89,7 @@ Requests text input on the surface previously obtained from the enter event. - This request must be issued every time the active text input changes + This request must be issued every time the focused text input changes to a new one, including within the current surface. Use zwp_text_input_v3.disable when there is no longer any input focus on the current surface.