-
Notifications
You must be signed in to change notification settings - Fork 981
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
The ToolStripMenuItem has extra numbers and the other items do not have selection borders on ContextMenuStrip control in DemoConsole application #11700
Comments
PR 11732 only fixes the misnaming issue, it doesn't fix the issue where ToolStripTextBox gets the focus and then triggers a refresh of the entire control causing it to lose focus. |
@Zheng-Li01 please retest this part
on the latest main with this PR - #11909 |
Thanks, @Zheng-Li01 ! |
Verified the issue with latest main branch of dotnet/winforms repo, this part issue still reproduce. |
Call stack for "ToolStripTextBox cannot get focus" issue
|
.NET version
.NET 9.0 main branch of WinForms repo
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, this issue also repro in release/9.0-preview3 branch of WinForms repo. Maybe releate PR 10979.
Issue description
Current Behavior :
In DemoConsole test app of WinForms repo, the name and text property of ToolStripMenuItem has extra numbers. Except for ToolStripMenuItem, ToolStripComboBox, ToolStripTextBox and ToolStripSeparator do not have selection borders.
contextmenustrip.mp4
Expected Behavior:
No extra numbers of ToolStripMenuItem. And ToolStripComboBox, ToolStripTextBox, ToolStripSeparator should have selection border.
designer.mp4
Steps to reproduce
Test sample: DemoConsole in Winforms repo
The text was updated successfully, but these errors were encountered: