-
Notifications
You must be signed in to change notification settings - Fork 188
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
Find/replace overlay: improve switching between find and replace input fields #2161
Open
2 tasks done
Tracked by
#2021
Labels
enhancement
New feature or request
Comments
66 tasks
I just received more internal customer feedback from regular users regarding this. So, this is really something we should improve. I would recommend option 1. This is how it behaves in Intellij/VS Code. |
Option 1. is also how the old find/replace dialog behaved so it should definitely be implemented this way. |
While 1. would be the obvious fix, here's another idea (unconventional, I know):
|
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
The FindReplaceOverlay currently uses the default focus order. When tabbing through the widgets, this means that when starting from the find input field you have to tab over all the search options before coming to the replace input field. Since the most often used navigation is between the two input fields for find and replace, they should come after each other in the focus order. This change adapts the focus order of the involved elements: - Tab between find and replace input field - Tab between replace input field and the tools (starting from the search tools) - Tab between search/close and replace search tools (instead of coming from search/close tools to the replace input field) Fixes eclipse-platform#2161
HeikoKlare
added a commit
to HeikoKlare/eclipse.platform.ui
that referenced
this issue
Nov 12, 2024
The FindReplaceOverlay currently uses the default focus order. When tabbing through the widgets, this means that when starting from the find input field you have to tab over all the search options before coming to the replace input field. Since the most often used navigation is between the two input fields for find and replace, they should come after each other in the focus order. This change adapts the focus order of the involved elements: - Tab between find and replace input field - Tab between replace input field and the tools (starting from the search tools) - Tab between search/close and replace search tools (instead of coming from search/close tools to the replace input field) Fixes eclipse-platform#2161
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's make sure issue is not already fixed in latest builds first.
Suggestion
From a fresh installation and clean workspace:
You have to tab through all the search options before reaching the replace input field.
I would like to be able to directly navigate between find and replace input fields via a single keyboard interaction (a single TAB press), as this is (in my opinion) the most important navigation scenario.
I see options how to improve this:
Acknowledgements
This proposal is based on a finding by Andreia Schoknecht and Lukas Kolender in a test session performed at SAP. Thank you for testing and reporting!
Community
The text was updated successfully, but these errors were encountered: