discourse/app
Martin Meyerhoff 97b60e6422 Fix buggy autocomplete behaviour for non-US keyboards
This change moves the code for actually entering data from the keydown handler to the
keypress handler, which can reliably catch the character entered (rather than
the key pressed).

This is my second attempt at
https://meta.discourse.org/t/typing-shows-on-non-us-keyboard-layouts/20449
without doing dangerous refactoring.

This does not fix the issue reported in
https://meta.discourse.org/t/overly-aggresive-emoji-autocomplete/20691/7
as that is a different bug.
2014-10-11 17:55:48 +02:00
..
assets Fix buggy autocomplete behaviour for non-US keyboards 2014-10-11 17:55:48 +02:00
controllers rename export/import in favor of backup/restore for better consistency 2014-10-10 20:04:07 +02:00
helpers Renaming site contents to site text 2014-09-24 16:08:14 -04:00
jobs rename export/import in favor of backup/restore for better consistency 2014-10-10 20:04:07 +02:00
mailers remove the notification_email_top customization 2014-10-06 17:00:20 -04:00
models FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
serializers FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
services correct badge title revocation query 2014-10-09 22:01:08 +11:00
views remove the notification_email_top customization 2014-10-06 17:00:20 -04:00