Skip to content
Verified Commit bd40db7d authored by Xuetian Weng's avatar Xuetian Weng
Browse files

Fix text input v3 related protocol usage.

zwp_input_method_v1 does not support generic double buffered event.
deleteSurroundingText need to be followed with done().
zwp_input_method_v1 preedit event order is preeditCursor,
preeditStyling, preeditString. To align it with text-input-v3 semantices,
send done() after receiving preedit_string() from input method.
parent c07d3ce7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment