Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions adrs/web-composer-ime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
I've been using QM with Japanese input and found that pressing Enter to confirm an IME conversion can submit the message early. This sometimes sends half-finished text and leaves the rest in the composer.

I think the web composer should ignore Enter while IME composition is active, then let the next normal Enter submit the completed text. Safari's `keyCode === 229` behavior probably needs to be covered too.

I tested this behavior with normal messages and mid-run steering on our deployment. Japanese input worked as expected, while English Enter and Shift+Enter kept their existing behavior. I also have a tested implementation in the preserved [`hotfix/web-composer-ime`](https://github.com/foxytanuki/qm/tree/hotfix/web-composer-ime) branch if that's useful.