Page MenuHomePhabricator

Let users escape more easily from the autosuggester after typing "[" or "("
ClosedPublic

Authored by epriestley on Feb 16 2018, 7:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:10 AM
Unknown Object (File)
Sat, Mar 30, 6:55 PM
Unknown Object (File)
Wed, Mar 20, 11:08 AM
Unknown Object (File)
Wed, Mar 20, 11:06 AM
Unknown Object (File)
Wed, Mar 20, 11:03 AM
Unknown Object (File)
Feb 16 2024, 7:27 AM
Unknown Object (File)
Dec 23 2023, 4:50 PM
Unknown Object (File)
Dec 21 2023, 11:28 PM
Subscribers
None

Details

Summary

Ref T13077. The autosuggester is a little too eager right now, and will eat carriage returns after typing [ if you never activate the tokenizer.

To fix this, try just canceling sooner. If that doesn't work, we might need to cancel more eagerly by testing to see if the tokenizer is actually open.

Test Plan

Typed [x]<return>, got my return instead of getting trapped by the autosuggester.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Draft.Feb 16 2018, 7:02 PM
This revision was automatically updated to reflect the committed changes.