zulip/static
Rohitt Vashishtha 76e50af78e compose: Fix cursor placement timing bug when selecting a typeahead.
When you press enter on a typeahead and start typing, your cursor is
placed at the end of the textbox, whereas we want it to be placed at
the end of the typeahead immediately. This causes some characters to
appear at the end of the message before you again get to typing from
where you left off.

To fix, we use the change event triggered on typeahead completion to
reposition the cursor instead of using a setTimeout().

Fixes #12621.
2019-07-25 15:01:24 -07:00
..
assets generate-custom-icon-webfont: Replace with webpack webfonts-loader. 2019-07-18 12:00:00 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html HTML validation: Remove xmlns:svg attribute. 2018-07-09 09:45:42 +05:30
images portico: Remove core-team profiles from /team. 2019-06-03 12:14:40 -07:00
js compose: Fix cursor placement timing bug when selecting a typeahead. 2019-07-25 15:01:24 -07:00
styles css: Reorder subscriptions.scss so .large-icon are in same place. 2019-07-25 14:44:58 -07:00
templates static/templates/stream_settings_checkbox: Simplify handlebar logic. 2019-07-25 14:56:12 -07:00
third typeahead: Support custom selection triggers in bootstrap typeahead. 2019-07-21 20:18:48 -07:00
.gitignore generate-custom-icon-webfont: Replace with webpack webfonts-loader. 2019-07-18 12:00:00 -07:00
favicon.ico