zulip/frontend_tests
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
..
casper_lib eslint: Add key-spacing linter rule. 2018-12-18 10:41:06 -08:00
casper_tests Merge pull request #12833 from whoodes/clean-up-new-user-bot 2019-07-20 14:38:05 -07:00
node_tests compose: Fix cursor placement timing bug when selecting a typeahead. 2019-07-25 15:01:24 -07:00
zjsunit notifications: Send message received from desktop app notification reply. 2019-07-22 17:20:44 -07:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper casper: Add support for exporting results as XUnit XML file. 2019-07-07 22:30:01 -07:00