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

Find/replace overlay: improve focus/tab order #2161 #2515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 12, 2024

  1. Find/replace overlay: improve focus/tab order eclipse-platform#2161

    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 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1ecc87f View commit details
    Browse the repository at this point in the history