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

@Kovensky What do you think of the proposal that we match the order of WebKit/Blink (and now the spec) but make the last `input` event before the `compositionend` event, have `isComposing` be set to `false`?

I think that would allow making the distinction you mentioned and, like @masayuki-nakano mentions, would mean that for many apps that want to ignore input during composition, they can simply ignore `input` events when `isComposing` is `true` without having to track state using `compositionstart` and `compositionend`.

@garykac?

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

Received on Tuesday, 24 July 2018 01:05:13 UTC