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

Sometimes keyboard tooltip of toolStripDropDownButton isn't displayed after ESC to collapse dropdown list #12776

Open
Olina-Zhang opened this issue Jan 14, 2025 · 0 comments
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards

Comments

@Olina-Zhang
Copy link
Member

.NET version

10.0.100-alpha.1.25058.38

Did it work in .NET Framework?

Not tested/verified

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No, still repro in .NET 6.0

Issue description

Sometimes keyboard tooltip of toolStripDropDownButton isn't displayed after ESC to collapse dropdown list

Actual result:
Image

Issue2_ToolTip_NotDisplay.mp4

Expected result: keyboard tooltip of toolStripDropDownButton is displayed after ESC to collapse dropdown list

Image

Steps to reproduce

Repro steps:

  1. Create Winforms .NET app with toolStrip and button added
  2. In toolStrip, add ToolStripDropDownButton, add toolStripMenuItem for ToolStripDropDownButton
  3. Set toolStrip's TabStop property to true
  4. Build and run app
  5. Press down to expand ToolStripDropDownButton - it will focus on toolStripMenuItem
  6. Press ESC key to collapse ToolStripDropDownButton to observe

or use the sample project: WinFormsApp28.zip

@Olina-Zhang Olina-Zhang added untriaged The team needs to look at this issue in the next triage tenet-accessibility MAS violation, UIA issue; problems with accessibility standards labels Jan 14, 2025
@Tanya-Solyanik Tanya-Solyanik removed the untriaged The team needs to look at this issue in the next triage label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tenet-accessibility MAS violation, UIA issue; problems with accessibility standards
Projects
None yet
Development

No branches or pull requests

2 participants