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
lidlanca e277287b2e Fix: rapid/continuous keyboard Next event under Topics List view may lose selected item on "load more"
Using Next keyboard shortcut (J) rapidly while reaching last item in the topic list and
causing a "load more". The handler might get into a state where it can not detect any selected item due to the delay from Em.run.next
and will result in position reset.

+added boundary check of last item on next, early in the handler to avoid unnecessary computations 


https://meta.discourse.org/t/keyboard-shortcut-next-previous-continues-key-down-reset-to-first-item-in-list-on-load-more/20042
2014-09-13 23:59:20 -04:00
..
admin Migrate more helpers to ES6 format. 2014-09-12 14:27:34 -04:00
defer FIX: remove invalid hack, correct whitelist to use value returned from callback 2014-07-25 12:16:00 +10:00
discourse Fix: rapid/continuous keyboard Next event under Topics List view may lose selected item on "load more" 2014-09-13 23:59:20 -04:00
docs Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
locales Add translation for Romanian. 2014-08-28 14:01:14 +03: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 Refactor some deprecations for newer versions of Ember. Also set up 2014-09-11 16:16:21 -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 ES6: Patch up a few issues with the admin controllers conversion 2014-07-25 14:17:58 -04:00
main_include.js UX: Add drop down for top lists, big refactor of repeated code. 2014-08-21 16:08:47 -04: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 TESTS: Reset the preload store for testing 2014-07-31 13:25:40 -04:00
vendor.js Merge pull request #2333 from rhacker/select2 2014-05-28 11:42:40 -04:00