dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.31k stars 956 forks source link

DemoConsole application does not support keyboard operations and shortcuts #10466

Open Philip-Wang01 opened 7 months ago

Philip-Wang01 commented 7 months ago

.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+?

This is not a regression issue and is also reproduced on .NET 8.0.

Issue description

DemoConsole application does not support keyboard operations and shortcuts (except for Delete), e.g.:

https://github.com/dotnet/winforms/assets/86937911/0c8b06f9-d163-44cd-8dce-8268c05026c6

Steps to reproduce

Test sample: DemoConsole in Winforms repo

merriemcgaw commented 7 months ago

@LeafShi1 can your team take a look (not immediately urgent) to see what we're missing here in either the test app or the runtime to support the tabbing from control to control?

LeafShi1 commented 7 months ago

@LeafShi1 can your team take a look (not immediately urgent) to see what we're missing here in either the test app or the runtime to support the tabbing from control to control?

Get it! we will investigate this issue later.