Skip to content

wayland/text-input: Reset surrounding text values by focus change

zwp_text_input_v3_set_surrounding_text() does not support null string but mutter need to know which input focus supprots the surrounding text feature and now mutter resets the surrounding text values by focus change so that the null string indicates the curent input focus does not support the surrounding text feature.

Fixes: !2712 (merged)

Merge request reports