mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Maximilian Mader
724540a8b2
Chrome on macOS sends a KeyEvent with `key` set to `Enter`, the keyCode `229` and `isComposing` set to `true` when pressing enter while a character composition sequence is active, then an event for the composed key and ends with a Enter key event with the correct key code. This has thrown our Enter key detection off and resulted in sending of the wanted message and a public message with the single composed character as content. Ignoring the Enter key while characters are being composed seems to be safe. |
||
---|---|---|
.. | ||
Command | ||
DataStructure | ||
MessageType | ||
Ui | ||
Autocompleter.js | ||
BoxRoomList.js | ||
Command.js | ||
CommandHandler.js | ||
console.js | ||
Helper.js | ||
LocalStorage.js | ||
LocalStorageEmulator.js | ||
Log.js | ||
Message.js | ||
MessageType.js | ||
Messenger.js | ||
ParseError.js | ||
Parser.js | ||
ProfileStore.js | ||
Room.js | ||
Template.js | ||
Ui.js | ||
User.js |