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
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
Issue1.mp4
Steps to reproduce
- Create Winforms .NET app with 2 toolStrips
- In these 2 toolStrips, add ToolStripDropDownButton, add toolStripMenuItem for ToolStripDropDownButton separately
- Set these 2 toolStrips' TabStop property to True
- Build and run app
- Press down to expand ToolStripDropDownButton in toolStrip1 - it will focus on toolStripMenuItem
- Press Alt key to collapse ToolStripDropDownButton in toolStrip1, tab to toolstrip2 button