Use EventKey module instead of event.charCode
authorMatthias Schmidt <gravatronics@live.com>
Wed, 28 Dec 2016 21:59:06 +0000 (22:59 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 28 Dec 2016 21:59:09 +0000 (22:59 +0100)
commit6772fcd8514cf307d686521929ef08d91494765e
tree553506329301a4cf16dc16700feb5f0d2455943e
parent99c7c89aeb2a529dd5a76a345ad07a11dfd2bf27
Use EventKey module instead of event.charCode

This also fixes Firefox not having `event.charCode = 13` for enter
events.
wcfsetup/install/files/js/WoltLabSuite/Core/Event/Key.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Editor.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Search.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/ItemList.js