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

Improve autofocus and delegatesFocus interaction #6990

Merged
merged 4 commits into from
Oct 13, 2021

Commits on Aug 25, 2021

  1. Improve autofocus and delegatesFocus interaction

    Now, when focusing a shadow host with delegates focus set, we try to focus the first focusable area with the autofocus attribute set, instead of just the first focusable area.
    
    Closes #833.
    domenic committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7db993d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    10ccc0a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. New approach

    domenic committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3de77cb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Editorial fix

    domenic committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    af8c139 View commit details
    Browse the repository at this point in the history