Page MenuHomePhabricator

Immediately cancel autocomplete if the user types certain characters anywhere
ClosedPublic

Authored by epriestley on Jan 16 2016, 9:40 PM.
Tags
None
Referenced Files
F17940134: D15036.id.diff
Thu, Jul 31, 3:56 AM
F17921588: D15036.diff
Wed, Jul 30, 5:32 AM
Unknown Object (File)
Jun 28 2025, 11:53 PM
Unknown Object (File)
Jun 28 2025, 3:02 AM
Unknown Object (File)
Jun 27 2025, 4:51 AM
Unknown Object (File)
Apr 29 2025, 6:09 AM
Unknown Object (File)
Apr 26 2025, 1:52 PM
Unknown Object (File)
Apr 16 2025, 2:59 PM
Subscribers
None

Details

Summary

Ref T10163. Some characters are almost certainly punctuation or markup rather than autocomplete requests. Immediately cancel any active autocomplete when the user types one of these.

Note that some of these are also suffix characters. If you type @dog,, you have until the next character to decide you actually mean to autocomplete. Once you type something else we deactivate.

If you type #dog# or ##, we deactivate immediately.

Test Plan

Typed @dog#, etc.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Immediately cancel autocomplete if the user types certain characters anywhere.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 16 2016, 9:44 PM
This revision was automatically updated to reflect the committed changes.