-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Action bar: escape losses focus #91085
Comments
Yes, seems ok to me if currently ESC literally does |
@jvesouza I now tried out what other apps are doing and it seems like most of them (Outlook, Word) do not change focus when pressing |
I cannot recall why we do that. And in fact, if I tab around here in the GitHub UI and press ESC, nothing happens either. For me this only makes sense if we were to focus something else in the UI, but just doing blur without focusing something else is probably wrong. |
@isidorn I press the esc key because I haven't found an appropriate action. Another point is that I could activate the actions menu by mistake. |
Confirmed in 1.44 build. True that pressing ESC should result in no action when in toolbars and trees. |
@ajborka why do you say no action? Wouldn't i tmake more sense that |
@isidorn, |
@ajborka thanks for the feedback. So let's do just that. So the actionBar now on Esc fires |
@isidorn This is fixed from today's build. |
Thanks adding verified label. Now let's see and wait for potential user feedback. |
I am not sure if the problem has really been fixed, or else I have the wrong understanding of the problem. Steps to reproduce:
On my machine the focus seems to return to the file explorer as expected, but I can't use the arrows to navigate the list of files. Version: 1.44.0-insider |
@jvesouza I am not having the problem you have. Everything works as expected in terms of pressing ESC on the context menu, then navigating the files list. |
@ajborka @isidorn I'm sorry for insisting on this, but would it be possible to perform the following steps to check if the result is the same as what I'm getting?
In my environment all works ok.
In my environment the orca is muted and I need to press tab and shift + tab to get everything back to normal. |
@jvesouza this works just fine for me, I followed your steps exactly. Please note that we have two menu implementations, on Linux the default one is the native linux menus. Maybe try changing this to use our custom menus with this setting
Also note that your scenario correctly works for me both with custom and native menus. |
@jvesouza for some reason the native linux menus do not play well with your Orca. I would try to reproduce in other apps with native menus. |
Keyboard focus on an action in the actionBar. Press
esc
the focus is lost. You have to press tab or shit-tab to get focus back on a visible element.Idealy pressing
esc
in the action bar would pass the focus to the parent of theactionBar
.Similar how pressing
esc
while in the tree focuses the tree element.fyi @bpasero @jvesouza
The text was updated successfully, but these errors were encountered: