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

Tab Key Navigation not working when OverlayPopups is set to true #16077

Open
StefanKoell opened this issue Jun 20, 2024 · 0 comments
Open

Tab Key Navigation not working when OverlayPopups is set to true #16077

StefanKoell opened this issue Jun 20, 2024 · 0 comments
Labels

Comments

@StefanKoell
Copy link

Describe the bug

When OverlayPopups property of platform options is set to true, you can't use tab key to navigate through controls on a Flyout/Popup.

To Reproduce

Here's a simple repro project: https://github.com/StefanKoell/Misc/tree/main/src/AvaFlyoutIssue2

  • Start the application
  • Use the tab key to cycle through the controls
  • Once one of the Click Me! button is focused, hit space to show the popup/flyout
  • Pressing the tab key again, the focus moves to the next control instead of the first control of the flyout

Expected behavior

The expected behavior is that the tab key presses are cycling through the popup/flyout controls. When OverlayPopups is false, it works as expected.

Avalonia version

11.1.0-rc1

OS

Windows, macOS

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant