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 allow apps to give custom admin javascripts 2014-03-17 13:19:08 +01:00
application.js.erb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
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 fix build? 2013-12-23 17:53:33 +11:00
env.js Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
jquery_include.js.erb Bump hashes on various files 2014-05-15 15:52:09 +10:00
main_include_admin.js FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
main_include.js FEATURE: hide emails behind a button for staff members 2014-09-29 22:31:05 +02:00
pagedown_custom.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
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