Skip to content

fix:Right arrow key navigation after auto-closing brackets#4101

Open
Nishthajain7 wants to merge 1 commit intoprocessing:develop-codemirror-v6from
Nishthajain7:auto-closing
Open

fix:Right arrow key navigation after auto-closing brackets#4101
Nishthajain7 wants to merge 1 commit intoprocessing:develop-codemirror-v6from
Nishthajain7:auto-closing

Conversation

@Nishthajain7
Copy link
Copy Markdown
Contributor

Issue:

Fixes #4087

Changes:

Disabled selectOnOpen on autocomplete options. Previously, the first suggestion is already selected as the popup appears.
image
Now, the user can press right arrow key to move the cursor past the closing bracket ")". Press down arrow key to move into the autocomplete suggestion list .
image

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant