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

It is the importance of this issue, although this kinda looks like a Safari bug instead. The value of `isComposing` is `true`, by definition, before `compositionend`; the problem here is that Safari is emitting `compositionend` _way_ before when it's supposed to be emitted. It's not even just that it's before `input`, it's happening even before `keydown`.

-- 
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-418611445

Received on Wednesday, 5 September 2018 06:14:51 UTC