-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Keyboard tooltip of item in toolStrip2 is not displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item #12818
Labels
🚧 work in progress
Work that is current in progress
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
Milestone
Comments
@Olina-Zhang - does this work on .NET Framework? |
It doesn't work in .NET framework, have same behavior. |
Epica3055
added a commit
to Epica3055/winforms
that referenced
this issue
Jan 23, 2025
…layed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item fix dotnet#12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
Epica3055
added a commit
to Epica3055/winforms
that referenced
this issue
Jan 23, 2025
…layed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item fix dotnet#12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
Epica3055
added a commit
to Epica3055/winforms
that referenced
this issue
Jan 24, 2025
…layed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item fix dotnet#12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
Verified with .NET SDK 10.0 P2 test pass build, it was fixed as above testing result. |
LeafShi1
pushed a commit
to LeafShi1/winforms
that referenced
this issue
Mar 6, 2025
fix dotnet#12818 : Keyboard tooltip of item in toolStrip2 is not displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip1, then tab to toolStrip2's item fix dotnet#12819 : Keyboard tooltip of toolStripDropDownbutton in toolStrip1 is displayed after expanded and collapsed the toolStripDropDownbutton in toolStrip2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🚧 work in progress
Work that is current in progress
tenet-accessibility
MAS violation, UIA issue; problems with accessibility standards
.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
WinFormsApp81.zip
The text was updated successfully, but these errors were encountered: