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

Some keys and keyboard shortcuts close ModalBar if it uses QuickSearchField #1642

Open
michaljerabek opened this issue May 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@michaljerabek
Copy link

michaljerabek commented May 24, 2024

Describe the bug

Right Alt or Ctrl+A closes ModalBar if it uses QuickSearchField, so Right Alt cannot be used to write characters and Ctrl + A to select all in input.

Reproduction

Example:

  1. Execute Quick Open command. (Ctrl+Shift+O)
  2. Press Right Alt.
  3. UI disappears.

Example:

  1. Execute Quick Open command. (Ctrl+Shift+O)
  2. Search something existing.
  3. Press Ctrl + A.
  4. UI disappears and whole document is selected.

Expected behavior

No response

OS, Browser and Phoenix versions

Win11, desktop and browser, Phoenix 3.6+.

logs or debug stack trace if any

No response

Additional context

No response

@michaljerabek michaljerabek added the bug Something isn't working label May 24, 2024
@michaljerabek michaljerabek changed the title Right Alt closes ModalBar if it uses QuickSearchField Some keys and keyboard shortcuts close ModalBar if it uses QuickSearchField May 25, 2024
@abose
Copy link
Member

abose commented May 28, 2024

Thanks for reporting the issue. Does this affect typing with altgr key

@michaljerabek
Copy link
Author

It actually closes UI with any Alt key, but if I use Ctrl + Left Alt, then it works.

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