-
Notifications
You must be signed in to change notification settings - Fork 1k
Cannot enter characters when adding ToolStripMenuItem1 and then adding ToolStripMenuItem2 after pressing enter in DemoConsole application #13400
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
Comments
@LeafShi1 can your team look into this one? |
The issue is caused by commit #13034: Still need to find a solution that resolves both this regression and the original problem from #12916 without reintroducing either. git bisect log
|
@Tanya-Solyanik I’ve confirmed this issue does not reproduce at design-time in Visual Studio. I tested it by building the runtime at the commit from PR #13034 and replacing my local installation of The issue only happens in the Should we consider this a |
…m1 and then adding ToolStripMenuItem2 after pressing enter in DemoConsole application
.NET version
main branch of WinForms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, this is a regression issue. Not repro on .NET 9.0 from Release/9.0 branch of WinForms repo.
release9.0.mp4
Issue description
Actual result:
Cannot enter characters when adding ToolStripMenuItem1 and then adding ToolStripMenuItem2 after pressing enter in DemoConsole application.
cannot.input.mp4
Expected result:
Characters can be entered when adding ToolStripMenuItem1 and then adding ToolStripMenuItem2 after pressing enter in DemoConsole application.
framework.not.repro.mp4
Steps to reproduce
Test sample: DemoConsole bases on main branch in Winforms repo.
More info:
The text was updated successfully, but these errors were encountered: