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
F18857990: D19110.diff
Sat, Nov 1, 7:20 PM
F18836871: D19110.id45795.diff
Mon, Oct 27, 3:45 AM
F18836870: D19110.id45794.diff
Mon, Oct 27, 3:45 AM
F18836868: D19110.id.diff
Mon, Oct 27, 3:45 AM
F18834090: D19110.diff
Sun, Oct 26, 6:53 AM
F18817143: D19110.id.diff
Tue, Oct 21, 12:57 PM
F18678682: D19110.id45794.diff
Sep 25 2025, 11:10 PM
F18636380: D19110.id45795.diff
Sep 17 2025, 4:02 AM
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.