Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insertion point should stay inside Script Picker #173

Closed
nhnicwaller opened this issue Sep 20, 2020 · 0 comments
Closed

Insertion point should stay inside Script Picker #173

nhnicwaller opened this issue Sep 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@nhnicwaller
Copy link
Contributor

It's possible to move the insertion point from the script picker into the document below, but this is never the expected or desired behaviour for me.

image

Expected Result:

  • If the picker is open and empty, pressing Tab should expand the list to display all available commands (a bit like command auto-completion in the shell).
  • If the picker is open and contains text and results are available, pressing Tab should move the selection down the list just like pressing the down arrow. Or press Shift-Tab to move the selection up.
  • If the picker is open and contains text and no results are available, pressing Tab should do nothing.

Actual Result:

  • If the picker is open pressing Tab once makes the insertion poing disappear. Pressing it a second time moves the insertion point into the document below. ❗
  • Once the insertion point has moved to the document below, it cannot be returned to the picker by pressing either Shift-Tab or Cmd-B. ‼️ The only way to escape is by pressing Esc (naturally).
@IvanMathy IvanMathy added the bug Something isn't working label Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants