-
Notifications
You must be signed in to change notification settings - Fork 2
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
Auto-select first menu item #186
Comments
Is this standard behavior on Windows? @NPavie can you see what happens by default if you alt-F to the file menu in the Pipeline? On mac, the Pipeline behavior matches other native apps, e.g. mac Mail. |
@marisademeglio i checked on several app, and it depends :
I assume that on Windows, on activating the menu, we will need to manually set focus on the first element on opening. i'll look into that in the app. |
hum this issue might be a bit difficult to solve I did not find a way so far to force the focus on the first element of the opening menu on opening the menu. I might look at how vscode does it but i think they overloaded the menu bar creation. |
Opened an issue regarding this in electron/electron#41324 |
I did some experiment on electron dev requests as they were not able to reproduce the issue right away and reported to them the results: When selecting the application outside the web view (like by switching to the app with alt-tab), the first item of the menu is correctly selected on opening the menu. |
The deadline for final deliverable is close. So, it is OK to defer such minor issues that are taking considerable time. These can be fixed in future releases. |
From recent tester feedback:
"when open any menu, first menu item inside the menu should be selected"
The text was updated successfully, but these errors were encountered: