Skip to content

Cannot use down to expand ToolStripDropDownButton in toolStrip2 after using right/Left to collapse ToolStripDropDownButton in toolStrip1 #12916

@Zheng-Li01

Description

@Zheng-Li01

.NET version

.NET SDK 10.0.100-preview2.25110.18

Did it work in .NET Framework?

No

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

Can reproduce on all previous, NET versions

Issue description

Cannot use down to expand ToolStripDropDownButton in toolStrip2 after using right/Left to collapse ToolStripDropDownButton in toolStrip1

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 right/Left to collapse ToolStripDropDownButton in toolStrip1- it will focus on ToolStripDropDownButton
  7.  Tab to toolstrip2 button
  8. Press down to expand ToolStripDropDownButton in toolStrip2 -- it will focus on ToolStripDropDownButton in toolStrip1

Or using the application & repeat the steps 4~8
Image

More info:

  1. The issue also can reproduce when using Enter and right keyboard combination
    Image
  2. The issue cannot reproduce when using Enter & Enter or Enter & Alt or Down & Alt keyboard combinations

Metadata

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

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions