Skip to content

Keyboard tooltip of item in toolStrip2 is not displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item #12818

Open
@Olina-Zhang

Description

.NET version

10.0.100-alpha.1.25064.17

Did it work in .NET Framework?

No

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

Repro in previous .NET versions

Issue description

When expand and collapse the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item, cannot see keyboard tooltip:
Also repro between these controls: MenuStrip/ToolStrip/StatusStrip

Image

Issue1.mp4

Steps to reproduce

  1. Create Winforms .NET app with 2 toolStrips
  2. In these 2 toolStrips, add ToolStripDropDownButton, add toolStripMenuItem for ToolStripDropDownButton separately
  3. Set these 2 toolStrips' TabStop property to True
  4. Build and run app
  5. Press down to expand ToolStripDropDownButton in toolStrip1 - it will focus on toolStripMenuItem
  6. Press Alt key to collapse ToolStripDropDownButton in toolStrip1, tab to toolstrip2 button

WinFormsApp81.zip

Metadata

Assignees

Labels

🚧 work in progressWork that is current in progresstenet-accessibilityMAS violation, UIA issue; problems with accessibility standards

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions