Tims-Chat/files_wcf/js/Bastelstu.be/Chat
Maximilian Mader 724540a8b2
Fix enter key check while composing characters
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.
2018-08-22 19:18:09 +02:00
..
Command Initial import 2018-08-17 00:30:59 +02:00
DataStructure Initial import 2018-08-17 00:30:59 +02:00
MessageType Initial import 2018-08-17 00:30:59 +02:00
Ui Fix enter key check while composing characters 2018-08-22 19:18:09 +02:00
Autocompleter.js Initial import 2018-08-17 00:30:59 +02:00
BoxRoomList.js Initial import 2018-08-17 00:30:59 +02:00
Command.js Initial import 2018-08-17 00:30:59 +02:00
CommandHandler.js Initial import 2018-08-17 00:30:59 +02:00
Helper.js Initial import 2018-08-17 00:30:59 +02:00
LocalStorage.js Initial import 2018-08-17 00:30:59 +02:00
LocalStorageEmulator.js Initial import 2018-08-17 00:30:59 +02:00
Log.js Initial import 2018-08-17 00:30:59 +02:00
Message.js Initial import 2018-08-17 00:30:59 +02:00
MessageType.js Initial import 2018-08-17 00:30:59 +02:00
Messenger.js Initial import 2018-08-17 00:30:59 +02:00
ParseError.js Initial import 2018-08-17 00:30:59 +02:00
Parser.js Initial import 2018-08-17 00:30:59 +02:00
ProfileStore.js Initial import 2018-08-17 00:30:59 +02:00
Room.js Initial import 2018-08-17 00:30:59 +02:00
Template.js Initial import 2018-08-17 00:30:59 +02:00
Ui.js Initial import 2018-08-17 00:30:59 +02:00
User.js Initial import 2018-08-17 00:30:59 +02:00
console.js Initial import 2018-08-17 00:30:59 +02:00