mirror of https://github.com/zulip/zulip.git
56644d149a
Typing "tim " did not did not produce any match when suggesting person in composebox typeahead or user group typeahead as the space at the end of the "tim " string passed by the browser was a `no break-space (U+00A0)` instead of `space (U+0020)`. Although there are unicode characters other than `no break-space` which represent spaces, only U+00A0 is replaced as it was the only space character encountered when testing this issue manually. Fixes #10039. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |