- From: Masayuki Nakano <notifications@github.com>
- Date: Wed, 31 May 2023 05:41:44 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 May 2023 12:41:50 UTC
> Chrome and Firefox are simply buggy, they are sending invalid incorrect strings. No, `.charCode` is not a `String`, it's `unsigned long`. That makes the things complicated. For appending it to a `String` object, it requires to call `String.fromCharCode` instead of `+=`. If it were `String`, just fixing in Firefox and Chrome must have been fine and no risk. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/346#issuecomment-1570162186 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/issues/346/1570162186@github.com>
Received on Wednesday, 31 May 2023 12:41:50 UTC