- From: Masayuki Nakano <notifications@github.com>
- Date: Thu, 11 Dec 2025 23:24:22 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 December 2025 07:24:26 UTC
masayuki-nakano left a comment (w3c/editing#508) IME may not be cancelable especially on Linux (out of scope of native app, IME is a middle ware). And some IMEs which expect the result may stop working if they get unexpected result especially on Windows. I think that the safest way to cancel composition is `Element.blur()` and `Element.focus()` after first `compositionupdate`. Doing something at `compositionstart` may be risky if the browser exposes the native composition start event. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/508#issuecomment-3645248397 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/508/3645248397@github.com>
Received on Friday, 12 December 2025 07:24:26 UTC