Re: [w3c/uievents] Should require Input event to be fired within same event loop as keydown? keypress? neither? (#238)

Update: Mac Firefox 67.0.4 is **non-deterministic.**

Sometimes it is, emphasis mine:

<pre>
<b>keydown: </b>
keypress: a
input: a
keyup: a
</pre>

and sometimes it is:

<pre>
<b>keydown: a</b>
keypress: a
input: a
keyup: a
</pre>

-- 
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/238#issuecomment-509395430

Received on Monday, 8 July 2019 21:17:27 UTC