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

feat(keyboard): support shadow DOM in tab order #1040

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2022

  1. Potentially fix paste

    Christian24 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    f424284 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    7c53b38 View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts

    Christian24 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9771c98 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Update tests/dom/customElement.ts

    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    Christian24 and ph-fritsche committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    79cb759 View commit details
    Browse the repository at this point in the history
  2. Moved Shadow DOM tests. Added focus and selection support for shadow …

    …DOM in setup(). Removed old custom elements test
    Christian24 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    1d4dd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e51e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87b9e00 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Fix type import

    Christian24 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1a187e0 View commit details
    Browse the repository at this point in the history
  2. Update tests/utils/focus/getActiveElement.ts

    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    Christian24 and ph-fritsche committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dbed101 View commit details
    Browse the repository at this point in the history
  3. Fix type import

    Christian24 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ddb525b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04b47b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d00cb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a651641 View commit details
    Browse the repository at this point in the history
  7. Update tests/utils/focus/getActiveElement.ts

    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    Christian24 and ph-fritsche committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7f22d6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0974cd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update tests/utils/focus/getActiveElement.ts

    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    Christian24 and ph-fritsche committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a6cebff View commit details
    Browse the repository at this point in the history
  2. Remove test

    Christian24 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    11b44c5 View commit details
    Browse the repository at this point in the history
  3. Removed types

    Christian24 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    188b250 View commit details
    Browse the repository at this point in the history
  4. Add focus helper

    Christian24 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5f6d6d0 View commit details
    Browse the repository at this point in the history
  5. Delete test

    Christian24 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a981057 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63d5586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67858c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e05e521 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. ease setting up tests

    ph-fritsche committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0e07093 View commit details
    Browse the repository at this point in the history
  2. clean up import

    ph-fritsche committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7a1e5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe1391 View commit details
    Browse the repository at this point in the history
  4. add query helper

    ph-fritsche committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6ecc7cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3950800 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    50a43ff View commit details
    Browse the repository at this point in the history
  2. use util in test setup

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3d036b9 View commit details
    Browse the repository at this point in the history
  3. clean up

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    63d0855 View commit details
    Browse the repository at this point in the history
  4. clean up

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    57585a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    640700d View commit details
    Browse the repository at this point in the history
  6. fix comment

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1ff9665 View commit details
    Browse the repository at this point in the history
  7. comment typo

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    22c0234 View commit details
    Browse the repository at this point in the history
  8. comment

    ph-fritsche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    b322220 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7756374 View commit details
    Browse the repository at this point in the history