Re: [w3c/uievents] Event order between "compositionend" and "input" (#202)

A new web-compat bug was filed caused by the event order difference.
https://bugzilla.mozilla.org/show_bug.cgi?id=1910865

The app sets `HTMLInputElement.value` to the latest value explicitly (I don't know why they need to do so, though) from `input` event listener unless during a composition. So, the app cannot implement it only with `input` event due to the unusable `.isComposing` value.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/202#issuecomment-2594165607
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/202/2594165607@github.com>

Received on Wednesday, 15 January 2025 23:50:34 UTC