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

Right alt key does not show key tips for access keys #8447

Closed
BreeceW opened this issue May 1, 2023 · 0 comments
Closed

Right alt key does not show key tips for access keys #8447

BreeceW opened this issue May 1, 2023 · 0 comments
Labels
area-AccessKeys bug Something isn't working closed-Fixed Described behavior has been fixed. team-Rendering Issue for the Rendering team
Milestone

Comments

@BreeceW
Copy link
Contributor

BreeceW commented May 1, 2023

Describe the bug

Access keys badges do not appear when the right alt key is pressed. Although the access key badges do not appear, the shortcuts themselves still work.

Key tips are badges displayed next to controls that support access keys when the user presses the Alt key

In classic Win32 apps and the Microsoft 365 Windows desktop apps (Office), the access keys are shown with both left and right alt.

Steps to reproduce the bug

  1. In a UWP XAML or WinUI 3 app where there is a UIElement with AccessKey set to something, press the right alt key
  2. No badge will appear
  3. Pressing the left alt key will show the badge

Expected behavior

Key tips should show when either the left or right alt key is pressed.

Screenshots

Menu key tip in Calculator: a gray square with a letter next to a button

NuGet package version

WinUI 3 - Windows App SDK 1.3.0: 1.3.230331000
WinUI 2 - Microsoft.UI.Xaml 2.8.2

Windows version

Windows 11 (22H2): Build 22621

Additional context

If you are trying to reproduce this, this issue does not affect the Windows 11 Notepad. I assume it is doing some special handling for XAML Islands. However, without any customization, this issue is reproducible in XAML Islands.

@BreeceW BreeceW added the bug Something isn't working label May 1, 2023
@bpulliam bpulliam added team-Rendering Issue for the Rendering team area-AccessKeys labels Aug 22, 2023
@llongley llongley added this to the WinAppSDK 1.7 milestone Sep 5, 2024
@llongley llongley closed this as completed Sep 5, 2024
@llongley llongley added the closed-Fixed Described behavior has been fixed. label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-AccessKeys bug Something isn't working closed-Fixed Described behavior has been fixed. team-Rendering Issue for the Rendering team
Projects
None yet
Development

No branches or pull requests

3 participants