Tims-Chat/files_wcf/js/Bastelstu.be/Chat/Ui
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
..
Input Initial import 2018-08-17 00:30:59 +02:00
MessageActions Initial import 2018-08-17 00:30:59 +02:00
Settings Initial import 2018-08-17 00:30:59 +02:00
UserActions Initial import 2018-08-17 00:30:59 +02:00
AutoAway.js Initial import 2018-08-17 00:30:59 +02:00
Chat.js Initial import 2018-08-17 00:30:59 +02:00
ConnectionWarning.js Initial import 2018-08-17 00:30:59 +02:00
ErrorDialog.js Initial import 2018-08-17 00:30:59 +02:00
Input.js Fix enter key check while composing characters 2018-08-22 19:18:09 +02:00
Log.js Initial import 2018-08-17 00:30:59 +02:00
MessageStream.js Initial import 2018-08-17 00:30:59 +02:00
Mobile.js Initial import 2018-08-17 00:30:59 +02:00
Notification.js Initial import 2018-08-17 00:30:59 +02:00
ReadMarker.js Initial import 2018-08-17 00:30:59 +02:00
Settings.js Initial import 2018-08-17 00:30:59 +02:00
Topic.js Initial import 2018-08-17 00:30:59 +02:00
UserActionDropdownHandler.js Initial import 2018-08-17 00:30:59 +02:00
UserList.js Initial import 2018-08-17 00:30:59 +02:00