This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
components FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
controllers FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
dialects FIX: BBCode was trimming leading space in [code] blocks 2014-10-10 15:11:30 -04:00
ember FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
helpers Instead of .js.handlebars use .hbs for handlebars templates 2014-09-26 15:23:15 -04:00
initializers A mucher saner API for updating the title of routes, even when nested. 2014-10-09 14:55:29 -04:00
lib Fix buggy autocomplete behaviour for non-US keyboards 2014-10-11 17:55:48 +02:00
mixins FEATURE: hide emails behind a button for staff members 2014-09-29 22:31:05 +02:00
models FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
routes FIX: Cursor would stay on lightbox when hitting the back button 2014-10-10 13:09:24 -04:00
templates FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
views A mucher saner API for updating the title of routes, even when nested. 2014-10-09 14:55:29 -04:00