- From: Brian Birtles <notifications@github.com>
- Date: Mon, 23 Jul 2018 18:04:51 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 July 2018 01:05:13 UTC
@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