You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DemoConsole application in the Winforms repo stops running after convert added MenuItems to other type items then clicking the last 'Type Here' #13086
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No
Issue description
Actual result:
The DemoConsole application in the Winforms repo stops running after covert added MenuItems to other type items then clicking the last 'Type Here'.
stoprunning.mp4
Expected result:
The DemoConsole application in the Winforms repo running well after covert added MenuItems to other type items then clicking the last 'Type Here'.
Steps to reproduce
Run test sample: DemoConsole bases on main branch in Winforms repo.
Switch to ToolStripContainer tabpag.
Add a MenuItems to ToolStripDropDownButton1.
Covert MenuItems to Textbox or other type items.
Select 'Type Here' to show last 'Type Here".
Click last 'Type Here".
More info:
This issue also repo in MenuStrip control, but cannot repro in MenuStrip existing item.