discourse/app/assets/javascripts
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
..
admin remove admin-loading in favor of spinner css 2014-10-11 03:46:42 -07:00
defer FIX: remove invalid hack, correct whitelist to use value returned from callback 2014-07-25 12:16:00 +10:00
discourse Fix buggy autocomplete behaviour for non-US keyboards 2014-10-11 17:55:48 +02:00
docs
locales return true when invoke verbose_localization_session 2014-09-14 10:10:48 +08:00
admin.js.erb
application.js.erb
discourse.js A mucher saner API for updating the title of routes, even when nested. 2014-10-09 14:55:29 -04:00
ember_include.js.erb
env.js
jquery_include.js.erb
main_include.js FEATURE: hide emails behind a button for staff members 2014-09-29 22:31:05 +02:00
main_include_admin.js FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
pagedown_custom.js
preload_store.js Remove deprecated Ember.Deferred 2014-09-24 14:17:29 -04:00
vendor.js FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00