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/app
Osama Sayegh 8fd10e6414
FIX: Don't crash the browser when tapping autocomplete suggestions on Android/Gboard (#15076)
This is a workaround for an annoying bug that crashes the browser when an autocomplete suggestion is selected on Android if the virtual keyboard is Gboard. It's specific to Gboard because it sometimes sends `keydown` and `keyup` events twice for a single key press, more details can be found here: https://meta.discourse.org/t/emoji-selector-crashes-the-message-editor-in-android-chrome/187009/24?u=osama.
2021-11-24 20:44:46 +03:00
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components FEATURE: Mention @here to notify users in topic (#14900) 2021-11-23 22:25:54 +02:00
controllers FEATURE: Highlight changed tags in post revisions (#15072) 2021-11-24 18:51:25 +02:00
helpers DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
initializers DEV: Remove JQuery from discourse/lib/text-direction (#15014) 2021-11-19 01:09:36 +00:00
lib FIX: Don't crash the browser when tapping autocomplete suggestions on Android/Gboard (#15076) 2021-11-24 20:44:46 +03:00
mixins UX: add additional tests for pasting a link on a selection 2021-11-24 12:33:22 -05:00
models UX: Fallback to regular title if screen-reader title is unavailable (#15048) 2021-11-23 11:12:54 +00:00
pre-initializers DEV: Add if a user is using an Apple device in widget capabilities (#15021) 2021-11-23 11:21:31 +08:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes FIX: Don't hit permalink-check if not authorized (#15039) 2021-11-22 19:44:00 +01:00
services DEV: Refactor logs-notice/global-notice (#15000) 2021-11-18 21:49:58 +01:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FEATURE: Highlight changed tags in post revisions (#15072) 2021-11-24 18:51:25 +02:00
widgets DEV: Allow callback to be registered to remove post menu button. (#15061) 2021-11-24 13:26:52 +08:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: prevents route nodes to leak on each test run (#14457) 2021-09-28 17:08:05 +02:00