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
Unknown Object (File)
Sun, Apr 21, 6:18 AM
Unknown Object (File)
Fri, Apr 19, 4:07 PM
Unknown Object (File)
Thu, Apr 11, 10:47 AM
Unknown Object (File)
Tue, Apr 2, 11:57 PM
Unknown Object (File)
Sun, Mar 31, 2:10 AM
Unknown Object (File)
Mar 22 2024, 3:56 PM
Unknown Object (File)
Mar 10 2024, 8:06 PM
Unknown Object (File)
Mar 5 2024, 9:15 AM
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.