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

Skip disabled controls when moving to first/last item #8514

Merged
merged 15 commits into from
Jul 21, 2022

Commits on Jul 14, 2022

  1. Skip disabled controls when moving to first/last item

    Luis von der Eltz committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d9ce64e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Fix infinite loop when all items are disabled

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    107fc71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    507cd58 View commit details
    Browse the repository at this point in the history
  3. Apply async hack to make timeout work

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e64a443 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'move-first-last-skip-disabled' of https://github.com/pr…

    …8x/Avalonia into move-first-last-skip-disabled
    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5b1ef4c View commit details
    Browse the repository at this point in the history
  5. Fix arrow left on all-disabled submenu closing menu

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ace7787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be93e78 View commit details
    Browse the repository at this point in the history
  7. Add timeout to "hang" UT

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    25b1993 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'move-first-last-skip-disabled' of https://github.com/pr…

    …8x/Avalonia into move-first-last-skip-disabled
    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e842ba0 View commit details
    Browse the repository at this point in the history
  9. Properly terminate when reaching "from" element again

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    16d7563 View commit details
    Browse the repository at this point in the history
  10. Remove wrong fix

    Luis von der Eltz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0973e66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9bb777c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Fix UTS

    Luis von der Eltz committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    080fdee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e343de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2885a66 View commit details
    Browse the repository at this point in the history