Open Philip-Wang01 opened 11 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 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.
.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.:
↑
,↓
,←
,→
Ctrl+C
,Ctrl+V
Tab
Alt+Shift+F10
#11218https://github.com/dotnet/winforms/assets/86937911/0c8b06f9-d163-44cd-8dce-8268c05026c6
Steps to reproduce
Test sample: DemoConsole in Winforms repo