Page MenuHomePhabricator

Improve autocomplete behavior when typing ordered lists
ClosedPublic

Authored by epriestley on Jan 15 2016, 7:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 11:18 AM
Unknown Object (File)
Fri, Mar 8, 1:07 PM
Unknown Object (File)
Fri, Mar 8, 1:07 PM
Unknown Object (File)
Tue, Mar 5, 7:10 AM
Unknown Object (File)
Tue, Mar 5, 7:10 AM
Unknown Object (File)
Feb 20 2024, 6:17 PM
Unknown Object (File)
Feb 13 2024, 11:15 AM
Unknown Object (File)
Feb 11 2024, 7:24 PM
Subscribers
None

Details

Summary

Ref T10163.

  • If a user types an autocomplete character ("@" or "#") and then a space, deactivate immediately (probably an ordered list).
  • If a user types an autocomplete character indented on a line with no other prior text, don't activate (probably an ordered list or code block).
Test Plan

Typed:

  • # , saw immediate deactivation.
  • #, saw no activation in the first place.
  • #x, saw activation.
  • asdf #x, saw activation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve autocomplete behavior when typing ordered lists.
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 15 2016, 7:17 PM
This revision was automatically updated to reflect the committed changes.