Skip to content

Fix text-input-v1 compatibility with chromium 111.0.5563.64-1

Xuetian Weng requested to merge work/fix-text-input-v1 into master

While the documentation is not clear, it seems that preedit_cursor is always required for every preedit_string event. Send preedit_cursor for the preedit_string event we generate upon commit_string.

Merge request reports