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
F14474206: D15036.id36317.diff
Fri, Dec 27, 3:23 PM
Unknown Object (File)
Thu, Dec 26, 5:58 PM
Unknown Object (File)
Wed, Dec 18, 1:03 AM
Unknown Object (File)
Wed, Dec 18, 1:02 AM
Unknown Object (File)
Wed, Dec 18, 1:02 AM
Unknown Object (File)
Wed, Dec 18, 1:02 AM
Unknown Object (File)
Tue, Dec 17, 5:47 AM
Unknown Object (File)
Mon, Dec 16, 3:49 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.