mastodon/app/javascript/mastodon/components
unarist 84214b864c Ignore keyevents during text composition (#7205)
KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
even in text composition and it causes hotkeys or suggestion selection.
So we need to check e.which or e.isComposing.

Checking e.which also allows us to avoid Esc key on compositionend in Safari.
2018-04-20 18:36:52 +02:00
..
__tests__ Surround mid-text display names with bdi tags (#6257) 2018-01-15 18:55:10 +01:00
account.js Fix #6128 - Display unfollow button even if account moved (#6258) 2018-01-15 18:42:15 +01:00
attachment_list.js Display AttachmentList in notifications (#6693) 2018-03-08 08:22:04 +01:00
autosuggest_emoji.js Compress and combine emoji data (#5229) 2017-10-06 03:42:34 +02:00
autosuggest_textarea.js Ignore keyevents during text composition (#7205) 2018-04-20 18:36:52 +02:00
avatar.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 2017-12-13 12:14:03 +01:00
avatar_overlay.js Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) 2017-12-13 12:14:03 +01:00
button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
collapsable.js Upgrade ESLint to version 4.x (#6276) 2018-01-17 16:57:15 +01:00
column.js Fix the usages of Detect Passive Events (#4749) 2017-08-31 11:20:54 +02:00
column_back_button.js Improve accessibility (part 7) (#4457) 2017-07-31 00:18:15 +02:00
column_back_button_slim.js fix ColumnBackButtonSlim should extended from ColumnBackButton (#6417) 2018-02-03 18:41:51 +01:00
column_header.js Add show more/less toggle for entire threads in web UI (#6733) 2018-03-11 09:52:59 +01:00
display_name.js Surround mid-text display names with bdi tags (#6257) 2018-01-15 18:55:10 +01:00
domain.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Fix #6157: boosting own private toots (#7200) 2018-04-20 14:58:33 +02:00
extended_video_player.js [RFC] Improved media modal (#5956) 2018-03-04 20:32:24 +01:00
icon_button.js Upgrade ESLint to version 4.x (#6276) 2018-01-17 16:57:15 +01:00
intersection_observer_article.js Improve IntersectionObserverArticle perf (#5152) 2017-09-30 14:28:49 +02:00
load_gap.js Improve load gap styling in web UI (#7100) 2018-04-10 17:12:10 +02:00
load_more.js Allow clients to fetch statuses made while they were offline (#6876) 2018-03-24 15:25:15 +01:00
loading_indicator.js Add loading indicator animation (#4316) 2017-07-23 20:28:18 +02:00
media_gallery.js Show media modal on public pages (#6801) 2018-03-24 12:52:26 +01:00
missing_indicator.js Fix home regeneration (#6251) 2018-01-17 23:56:03 +01:00
modal_root.js Show media modal on public pages (#6801) 2018-03-24 12:52:26 +01:00
permalink.js When enabled, always display media in gallery. Also: click to reveal (#6692) 2018-03-08 08:57:21 +01:00
relative_timestamp.js Clear timer when unmounting RelativeTimestamp components (#5408) 2017-10-16 03:03:36 +02:00
scrollable_list.js Fix scrolling behavior (#7151) 2018-04-16 21:04:24 +02:00
setting_text.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
status.js Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) 2018-04-20 18:14:21 +02:00
status_action_bar.js Fix #6157: boosting own private toots (#7200) 2018-04-20 14:58:33 +02:00
status_content.js feat(ShowMore): Add classname to show more/show less button (#6904) 2018-03-26 13:59:44 +02:00
status_list.js Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) 2018-04-20 18:14:21 +02:00