Prevent a weird issue in Chrome for Android
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Dec 2014 15:55:52 +0000 (16:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 5 Dec 2014 15:55:52 +0000 (16:55 +0100)
commitc9de39552208a0f0523cce49c195a92fb3f39d40
tree16945ac82676f6a492f6958f47b629beb1b0e57f
parent7b6bfa9fa35be421b957183b997cdab54f77b002
Prevent a weird issue in Chrome for Android

Chrome for Android somtimes report an empty value for a text input if the previously typed-in character is an underscore. For some reason the event is not properly bound to the original "this"-context, yielding unexpected results. To clarify this, I have no idea why it happens, thus I simply work-around it and ignore it for the time being.
wcfsetup/install/files/js/WCF.js