Page MenuHomePhabricator

Fix autocomplete/send-on-enter interactions
ClosedPublic

Authored by epriestley on Apr 26 2017, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 9:48 AM
Unknown Object (File)
Sun, Dec 1, 6:26 AM
Unknown Object (File)
Thu, Nov 28, 6:36 AM
Unknown Object (File)
Sun, Nov 24, 3:30 PM
Unknown Object (File)
Oct 20 2024, 6:37 AM
Unknown Object (File)
Oct 18 2024, 7:34 AM
Unknown Object (File)
Oct 17 2024, 6:40 PM
Unknown Object (File)
Oct 15 2024, 2:19 PM
Subscribers

Details

Summary

Send-on-enter and autocomplete both listen for "return" keypresses, and could race. Have autocomplete let other handlers take a shot at the action before it does.

Also, fix a case where ":)" and the suffix list (which lets you type someone is 100% to blame here (@epriestley) and get the results you want) interacted badly, so ":)" cancels the autocompleter like ":3" does.

Test Plan
  • Typed "@xxx" and mashed return real fast over and over again while reloading the page. Before: sometimes handlers raced and text submitted. After: always handled by autocomplete behavior.
  • Typed ":", ")", "<return>", sent an emoticon (previously: no).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable