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

Menu action should return keyboard focus back to document #2854

Closed
tgeijten opened this issue Sep 24, 2019 · 2 comments
Closed

Menu action should return keyboard focus back to document #2854

tgeijten opened this issue Sep 24, 2019 · 2 comments

Comments

@tgeijten
Copy link

After performing a menu action, the keyboard focus stays on the menu bar instead of returning to the document. After that moment, a mouse action is required to be able to continue editing.

This is true both when the menu bar is accessed by the mouse or the keyboard (via the alt key).

The desired behavior would be that after any menu command (or after pressing the Esc key when the menu is in focus) the keyboard focus returns to the document, so the user can continue editing immediately.

@abnerlee
Copy link
Contributor

can be fix by electron/electron#20019

@abnerlee
Copy link
Contributor

should be fixed

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

No branches or pull requests

2 participants