wayland-protocols/unstable/text-input
Peng Wu 353ed023c4 text-input: Add preedit_commit_mode event for mouse click event
IBus update_preedit_string_with_mode feature send the preedit text and
the commit mode to the input method module, use preedit_commit_mode event
to send the commit mode together with the preeedit text.

IBusInputContext specify how input context interact with the keyboard,
but sometimes mouse click also interacts with the input context, too.

For Firefox, if some preedit text is visible with ibus-hangul input method;
after mouse click, the preedit will be committed twice.

To fix this issue, ibus-hangul can send preedit text and commit mode
together; after mouse click, the preedit is handled directly in
input method module of Firefox, and the preedit is committed in
the current text widget.

For detailed analysis, please read the merge request comments.
URL: https://gitlab.freedesktop.org/wayland/wayland-protocols/merge_requests/30
2020-06-30 17:30:06 +08:00
..
README Add README files containing protocol maintainers 2015-10-29 11:08:12 +08:00
text-input-unstable-v1.xml text-input: Correct grammar 2016-08-30 17:13:08 +08:00
text-input-unstable-v3.xml text-input: Add preedit_commit_mode event for mouse click event 2020-06-30 17:30:06 +08:00

Text input protocol

Maintainers:
Jan Arne Petersen <janarne@gmail.com>